tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ndmlc
 NtvmRuntime implementation for LibTorch/TorchScript
 CGlobalVar
 CMemoryManagerInterface
 Ctvm_workspace_t
 CTVMAotExecutor
 CTVMArgs
 CTVMByteArrayByte array type used to pass in byte array When kTVMBytes is used as data type
 CTVMConstantInfoDescribes one constant argument to run_model
 CTVMFuncRegistryA data structure that facilitates function lookup by C-string name
 CTVMGraphExecutorGraphAttr
 CTVMMetadataTop-level metadata structure. Holds all other metadata types
 CTVMModuleModule container of TVM
 CTVMMutableFuncRegistryA TVMFuncRegistry that supports adding and changing the functions
 CTVMOpParamOperator attributes about tvm op
 CTVMPackedFunc
 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