merrymercy commented on a change in pull request #6657:
URL: https://github.com/apache/incubator-tvm/pull/6657#discussion_r502745970
##########
File path: python/tvm/auto_scheduler/measure_record.py
##########
@@ -70,6 +72,13 @@ def read_lines(self, max_lines=None, skip_lines=0):
The MeasureInputs loaded from the log file.
results : List[auto_scheduler.measure.MeasureResult]
The MeasureResults loaded from the log file.
+
+ Notes
+ -----
+ Some unimportant and expensive fields in the returned MeasureInput are
not deserialized
+ for faster read speed (e.g., input.task.compute_dag,
input.state.stages).
Review comment:
```suggestion
for faster read speed (e.g. input.task.compute_dag,
input.state.stages).
```
----------------------------------------------------------------
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]