merrymercy commented on a change in pull request #6657:
URL: https://github.com/apache/incubator-tvm/pull/6657#discussion_r502754215



##########
File path: python/tvm/auto_scheduler/measure_record.py
##########
@@ -159,3 +175,38 @@ def load_best(filename, workload_key=None, target=None):
             best_res = res
 
     return best_inp, best_res
+
+
+def correct_measure_input(inp, rebuild_state=False):

Review comment:
       This is not used in `load_records`. All existing use cases related to 
`load_records` do not need this.
   This API is used to solve the serialization problem for the No.2 solution in 
#6650, which is not related to `load_records`




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


Reply via email to