d-smirnov commented on a change in pull request #8509:
URL: https://github.com/apache/tvm/pull/8509#discussion_r794771308



##########
File path: src/relay/transforms/fuse_ops.cc
##########
@@ -809,8 +811,31 @@ std::vector<GraphPartitioner::Group*> 
GraphPartitioner::Partition(
 
 class FuseMutator : private MixedModeMutator {
  public:
+  int GetFuseOptLevel() { return fuse_opt_level_; }
+  size_t GetMaxFuseDepth() { return max_fuse_depth_; }
+  bool GetLinkParams() { return link_params_; }
+
+  FuseMutator* SetFuseOptLevel(int fuse_opt_level) {

Review comment:
       Amended.




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