tvm
Classes
metadata_types.h File Reference

Defines types which can be used in metadata here which are also shared between C and C++ code bases. More...

#include <inttypes.h>
#include <tvm/runtime/c_runtime_api.h>
Include dependency graph for metadata_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TVMMetadata
 Top-level metadata structure. Holds all other metadata types. More...
 
struct  TVMTensorInfo
 Describes one tensor argument to run_model. NOTE: while TIR allows for other types of arguments, such as scalars, the AOT run_model function does not currently accept these. Therefore it's not possible to express those in this metadata. A future patch may modify this. More...
 
struct  TVMConstantInfo
 Describes one constant argument to run_model. More...
 

Detailed Description

Defines types which can be used in metadata here which are also shared between C and C++ code bases.