tkonolige commented on code in PR #11358:
URL: https://github.com/apache/tvm/pull/11358#discussion_r967277533
##########
python/tvm/runtime/vm.py:
##########
@@ -550,6 +551,24 @@ def invoke_stateful(self, func_name, *args, **kwargs):
self.set_input(func_name, *args, **kwargs)
self._invoke_stateful(func_name)
+ def invoke_with_outputs(self, func_name, *args):
Review Comment:
The other option would be `invoke_with_outputs(self, func_name, input_args,
output_args)`. Choose whichever you think is best.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]