zhiics commented on a change in pull request #5030: [RELAY] Added a AnnotatedRegion utility class URL: https://github.com/apache/incubator-tvm/pull/5030#discussion_r396600188
########## File path: python/tvm/relay/analysis/__init__.py ########## @@ -19,9 +19,15 @@ # Analysis passes from .analysis import * +# Subgraphs +from . import annotated_regions + # Call graph from . import call_graph from .call_graph import CallGraph # Feature from . import feature + +CallGraph = call_graph.CallGraph Review comment: we've imported it above ---------------------------------------------------------------- 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
