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 2021/11/29 06:46:06 UTC

[GitHub] [tvm] ZQPei commented on issue #9403: [Bug] autotvm.measure.MeasureResult object is not printable

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org