You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/06 18:17:59 UTC

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5000: [Graph tuner]Add opt out operator for has_multiple_inputs for graph tuner

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

 ##########
 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:
   We don't need to do this again for sub class.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services