vvchernov commented on code in PR #11358:
URL: https://github.com/apache/tvm/pull/11358#discussion_r967144294
##########
include/tvm/runtime/vm/vm.h:
##########
@@ -281,6 +291,28 @@ class TVM_DLL VirtualMachine : public runtime::ModuleNode {
*/
void SetOneInput(std::string name, const TVMArgValue& tag, const
TVMArgValue& tensor);
+ /*!
+ * \brief Set pre-allocated outputs to a function.
+ * \param name The function name
+ * \param args outputs to the function.
+ */
+ void SetOutputs(std::string name, TVMArgs args);
Review Comment:
I've extended description
--
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]