masahi commented on code in PR #14310:
URL: https://github.com/apache/tvm/pull/14310#discussion_r1137748715


##########
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:
   The name `FuseOpsPattern` might be confusing, since it sounds more related 
to `FuseOps` than `FuseOpsByPattern`.



-- 
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]

Reply via email to