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 2020/06/09 22:13:01 UTC

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5739: [Bugfix] Fix reshape

icemelon9 commented on a change in pull request #5739:
URL: https://github.com/apache/incubator-tvm/pull/5739#discussion_r437751550



##########
File path: python/tvm/relay/op/transform.py
##########
@@ -20,6 +20,7 @@
 
 from . import _make
 from ..expr import TupleWrapper, const
+from ...tir.expr import IntImm

Review comment:
       Probably better change to `from ...tir import expr as _expr`. And probably don't need the fix for the doc then.




----------------------------------------------------------------
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:
users@infra.apache.org