tvm
|
A variable node represent a tensor index size, whose value must be non-negative. More...
#include <var.h>
Public Member Functions | |
TVM_DECLARE_FINAL_OBJECT_INFO (SizeVarNode, VarNode) | |
![]() | |
TVM_DECLARE_BASE_OBJECT_INFO (VarNode, PrimExprNode) | |
![]() | |
TVM_OBJECT_ENABLE_SCRIPT_PRINTER () | |
TVM_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode) | |
![]() | |
TVM_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Static Public Attributes | |
static constexpr const char * | _type_key = "tir.SizeVar" |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindFreeVar |
static constexpr const char * | _type_key = "tir.Var" |
static constexpr const uint32_t | _type_child_slots = 1 |
![]() | |
static constexpr const char * | _type_key = "ir.PrimExpr" |
static constexpr const uint32_t | _type_child_slots = 40 |
![]() | |
static constexpr const char * | _type_key = "ir.BaseExpr" |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 64 |
Additional Inherited Members | |
![]() | |
String | name_hint |
The hint to the variable name. More... | |
Type | type_annotation |
type annotation of the variable. More... | |
![]() | |
DataType | dtype |
The runtime data type of the primitive expression. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
A variable node represent a tensor index size, whose value must be non-negative.
|
inlinestatic |
tvm::tir::SizeVarNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | SizeVarNode | , |
VarNode | |||
) |
|
staticconstexpr |