giuseros commented on a change in pull request #7785:
URL: https://github.com/apache/tvm/pull/7785#discussion_r608176669
##########
File path: python/tvm/relay/backend/graph_executor_factory.py
##########
@@ -41,17 +41,18 @@ class GraphExecutorFactoryModule:
The parameters of module
"""
- def __init__(self, ir_mod, target, graph_json_str, libmod, libmod_name,
params):
Review comment:
So, this is the same as before. The "string" returned by
`tvm.relay.build` is not necessarily a JSON file. It can be also a PrimFunc.
That's why I am moving `graph_json_str` to be only `graph_str`
--
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]