tqchen commented on a change in pull request #5770:
URL: https://github.com/apache/incubator-tvm/pull/5770#discussion_r439591969



##########
File path: python/tvm/runtime/module.py
##########
@@ -33,6 +33,25 @@
 ProfileResult = namedtuple("ProfileResult", ["mean", "results"])
 
 
+def ModuleInitWrapper(variables, metadata):
+    """Create a module initialization wrapper.

Review comment:
       Thanks! One thing that we want to be mindful of is to reduce the amount 
of concepts that an developer should learn. In most cases, we only want the 
developer to be aware of runtime.Module and not beyond that so the backend impl 
can change over time.




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


Reply via email to