jroesch commented on a change in pull request #7746:
URL: https://github.com/apache/tvm/pull/7746#discussion_r602616766
##########
File path: src/runtime/vm/executable.cc
##########
@@ -74,6 +76,12 @@ PackedFunc Executable::GetFunction(const std::string& name,
const ObjectPtr<Obje
int index = args[1];
*rv = this->GetFunctionParameterName(func_name, index);
});
+ } else if (name == "vm_load_executable") {
Review comment:
It is a factory function in C++, I am using the Executable to act
directly as a factory module instead of needing to introduce a 3rd concept like
the GraphRuntimeFactory does.
--
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]