24 #ifndef TVM_RUNTIME_RELAX_VM_BUILTIN_H_
25 #define TVM_RUNTIME_RELAX_VM_BUILTIN_H_
MakeShapeCode
Op code used in builtin function MakeShape.
Definition: builtin.h:77
@ kLoadShape
Load shape value from the shape_heap[[r[i]].
@ kUseImm
Use the following r[i] as immediate shape value.
MatchShapeCode
Op code used in built-in match-shape function.
Definition: builtin.h:45
@ kNoOp
skip and do not do anything.
@ kAssertEqualToImm
Perform an assertion that shape equals immediate.
@ kAssertEqualToLoad
Peform an assertion that the shape equals a loaded value.
@ kStoreToHeap
This is the first time we see a symbolic shape variable, store to heap.
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:36