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:
[email protected]
With regards,
Apache Git Services