tvm
Namespaces | Enumerations
builtin.h File Reference

Builtin runtime APIs. More...

Go to the source code of this file.

Namespaces

 tvm
 An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
 
 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...
 

Detailed Description

Builtin runtime APIs.