tqchen commented on a change in pull request #5077: [Refactor][Relay] Refactor 
Relay Python to use new FFI
URL: https://github.com/apache/incubator-tvm/pull/5077#discussion_r393280004
 
 

 ##########
 File path: python/tvm/relay/__init__.py
 ##########
 @@ -19,51 +19,56 @@
 import os
 from sys import setrecursionlimit
 
-from . import call_graph
 from . import base
 from . import ty
 from . import expr
 from . import type_functor
 from . import expr_functor
 from . import adt
-from . import analysis
+from . import prelude
+from . import loops
+from . import scope_builder
+from . import parser
+
 from . import transform
+from . import analysis
+from .analysis import call_graph, feature, alpha_equal
 
 Review comment:
   If analysis is a sub-namespace that we intend to ask user to use, consider 
not exposing these functions to the top-level, except for most common ones(e.g. 
alpha_equal)

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


With regards,
Apache Git Services

Reply via email to