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 2019/11/19 07:15:18 UTC

[GitHub] [incubator-tvm] apivovarov commented on a change in pull request #4370: [WIP] Relay visualization: exporter + visualizer

apivovarov commented on a change in pull request #4370: [WIP] Relay visualization: exporter + visualizer
URL: https://github.com/apache/incubator-tvm/pull/4370#discussion_r347760145
 
 

 ##########
 File path: python/tvm/relay/analysis.py
 ##########
 @@ -22,11 +22,14 @@
 """
 from . import _analysis
 from . import _make
-from .expr import Expr
+from .expr import Expr, Function, Var, Call, TupleGetItem
 
 Review comment:
   Sort imports

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


With regards,
Apache Git Services