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 2019/12/12 23:10:21 UTC

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #4151: [AutoTVM] Added an autotuning Config Library to store autotune results

merrymercy commented on a change in pull request #4151: [AutoTVM] Added an autotuning Config Library to store autotune results
URL: https://github.com/apache/incubator-tvm/pull/4151#discussion_r357405424
 
 

 ##########
 File path: python/tvm/autotvm/tuner/tuner.py
 ##########
 @@ -165,6 +182,33 @@ def tune(self, n_trial, measure_option, early_stopping=None, callbacks=()):
         GLOBAL_SCOPE.in_tuning = False
         del measure_batch
 
+    def load_library(self, config_library):
 
 Review comment:
   This function is not related to tuner, move it as the member function of ConfigLibrary

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