mehrdadh commented on a change in pull request #10590:
URL: https://github.com/apache/tvm/pull/10590#discussion_r828336085
##########
File path: src/runtime/aot_executor/aot_executor.cc
##########
@@ -132,6 +132,7 @@ PackedFunc AotExecutor::GetFunction(const std::string& name,
*rv = this->GetInputIndex(args[0].operator String());
});
} else {
+ LOG(INFO) << "Unknown packed function: " << name;
Review comment:
yeah from C++. I would overwrite << operator in runtime::Module to
provide more info on this. Cause that way we can get module type in C++.
--
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]