Lunderberg commented on code in PR #15694: URL: https://github.com/apache/tvm/pull/15694#discussion_r1323329466
########## src/relax/ir/dataflow_matcher.cc: ########## @@ -443,6 +444,92 @@ bool DFPatternMatcher::VisitDFPattern_(const ShapePatternNode* op, const Expr& e return false; } +Optional<Bool> SameShapeConstraintNode::IsConstraintSatisfied( Review Comment: And updated to use a `AsPrimExpr` method to convert a constraint to an expression that must evaluate to true, rather than returning an `Optional<Bool>`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
