areusch commented on a change in pull request #7785:
URL: https://github.com/apache/tvm/pull/7785#discussion_r608909183
##########
File path: python/tvm/relay/build_module.py
##########
@@ -287,7 +289,8 @@ def build(ir_mod, target=None, target_host=None,
params=None, mod_name="default"
with tophub_context:
bld_mod = BuildModule()
- graph_json, runtime_mod, params = bld_mod.build(mod=ir_mod,
target=target, params=params)
+
+ graph, runtime_mod, params = bld_mod.build(mod=ir_mod, target=target,
params=params)
executor_factory = _graph_executor_factory.GraphExecutorFactoryModule(
Review comment:
that matches with my preference, see other thread
--
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]