tvm
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Ndmlc
 NtvmRuntime implementation for LibTorch/TorchScript
 CGlobalVar
 CTVMByteArrayByte array type used to pass in byte array When kTVMBytes is used as data type
 CTVMConstantInfoDescribes one constant argument to run_model
 CTVMMetadataTop-level metadata structure. Holds all other metadata types
 CTVMParallelGroupEnvEnvironment for TVM parallel task
 CTVMTensorInfoDescribes 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
 CTVMValueUnion type of values being passed through API and function calls