yelite commented on code in PR #14310:
URL: https://github.com/apache/tvm/pull/14310#discussion_r1140717005
##########
include/tvm/relax/transform.h:
##########
@@ -215,17 +215,108 @@ TVM_DLL Pass AnnotateTIROpPattern();
*/
TVM_DLL Pass FuseOps(int fuse_opt_level = -1);
+/*!
+ * \brief The pattern object used as the input of FuseOpsByPattern. For
bindings to be
+ * fused, it needs to be matched with `pattern` and the `check` function needs
to return
+ * true.
+ */
+class FuseOpsPatternNode : public Object {
Review Comment:
As discussed offline, `FuseOpsPattern` is renamed to `FusionPattern` and
`PatternCheckFunctionInput` is renamed to `PatternCheckContext`.
--
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]