tvm
|
Builtin runtime APIs. More...
Go to the source code of this file.
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
tvm::runtime | |
tvm::runtime::vm | |
Enumerations | |
enum class | tvm::runtime::vm::MatchShapeCode : int { tvm::runtime::vm::kAssertEqualToImm = 0 , tvm::runtime::vm::kStoreToHeap = 1 , tvm::runtime::vm::kNoOp = 2 , tvm::runtime::vm::kAssertEqualToLoad = 3 } |
Op code used in built-in match-shape function. More... | |
enum class | tvm::runtime::vm::MakeShapeCode : int { tvm::runtime::vm::kUseImm = 0 , tvm::runtime::vm::kLoadShape = 1 } |
Op code used in builtin function MakeShape. More... | |
Builtin runtime APIs.