mbaret commented on a change in pull request #6355:
URL: https://github.com/apache/incubator-tvm/pull/6355#discussion_r484366778
##########
File path: src/runtime/contrib/ethosn/ethosn_runtime.cc
##########
@@ -120,6 +120,14 @@ Module EthosnModule::LoadFromBinary(void* strm) {
return Module(n);
}
+void EthosnModule::SaveToFile(const std::string& path, const std::string&
format) {
Review comment:
It's used by assert_lib_hash in the test infrastructure. See my comment
further down on the purpose of the hashes.
----------------------------------------------------------------
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]