ZQPei commented on issue #9403:
URL: https://github.com/apache/tvm/issues/9403#issuecomment-981334772


   > mr = MeasureResult(None, 0, None, None)
   
   It should be like this,
   ```python
   from tvm import autotvm
   mr = MeasureResult(None, autotvm.measure.measure.MeasureErrorNo.NO_ERROR, 
None, None)
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to