masahi commented on a change in pull request #10283:
URL: https://github.com/apache/tvm/pull/10283#discussion_r816680261
##########
File path: include/tvm/runtime/metadata.h
##########
@@ -75,6 +75,13 @@ struct TVMMetadata {
const struct TVMTensorInfo* outputs;
/*! \brief Number of elements in `outputs` array. */
int64_t num_outputs;
+ /*! \brief Memory Pools needed by the AOT run_model function.
Review comment:
You are not using `run_model` anymore, are you? In your previous branch
indeed I'm seeing `tvmgen_default_run_model` generated, but after rebase it is
replaced with `tvmgen_default___tvm_main__`.
--
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]