areusch opened a new pull request #10282: URL: https://github.com/apache/tvm/pull/10282
This PR adds Metadata classes to hold model metadata needed to implement a Module-based Model Runtime interface for AOT. These Metadata implementations are distinct from others in the codebase in that all of the backing data can exist in C as const struct (meaning that on small targets, it can live along with the code in e.g. flash memory). TODO: add test to verify that metadata.h compiles from a C compiler. cc @Mousius @manupa-arm @kparzysz-quic @masahi @mehrdadh -- 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]
