zhen-jia commented on a change in pull request #5000: [Graph tuner]Add opt out 
operator for has_multiple_inputs for graph tuner
URL: https://github.com/apache/incubator-tvm/pull/5000#discussion_r389065582
 
 

 ##########
 File path: python/tvm/autotvm/graph_tuner/dynamic_programming_tuner.py
 ##########
 @@ -57,6 +59,8 @@ def __init__(self, *args, **kwargs):
             "input_shapes": self._input_shapes,
             "layout_transform_interlayer_cost": 
self._layout_transform_interlayer_cost
         }
+        self._opt_out_op = OPT_OUT_OP
 
 Review comment:
   I see. I will remove that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to