tqchen commented on a change in pull request #4532: [WIP] Support standardize
runtime module
URL: https://github.com/apache/incubator-tvm/pull/4532#discussion_r359059624
##########
File path: python/tvm/module.py
##########
@@ -210,6 +215,22 @@ def evaluator(*args):
except NameError:
raise NameError("time_evaluate is only supported when RPC is
enabled")
+ def _lookup_dso_module(self):
+ """Helper function to look up where is dso module, then return it."""
Review comment:
need to collect all dso related modules, note that we need to save all of
them
----------------------------------------------------------------
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