|
tvm
|
Defines types which can be used in metadata here which are also shared between C and C++ code bases. More...
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... | |
Defines types which can be used in metadata here which are also shared between C and C++ code bases.
1.8.13