vvchernov commented on a change in pull request #10293:
URL: https://github.com/apache/tvm/pull/10293#discussion_r813648151
##########
File path: include/tvm/runtime/vm/vm.h
##########
@@ -270,6 +273,15 @@ class VirtualMachine : public runtime::ModuleNode {
*/
void SetInput(std::string name, TVMArgs args, int offset);
+ /*!
+ * \brief Set one input tensor with index or name to a function.
+ * \param name The function name
+ * \param args args[1:] are two arguments (index or name, tensor) to the
Review comment:
if I correctly understood your first tip it was done
--
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]