tvm
Public Member Functions | Static Public Member Functions | List of all members
tvm::tir::SizeVarNode Class Reference

A variable node represent a tensor index size, whose value must be non-negative. More...

#include <var.h>

Inheritance diagram for tvm::tir::SizeVarNode:
Collaboration diagram for tvm::tir::SizeVarNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.SizeVar", SizeVarNode, VarNode)
 
- Public Member Functions inherited from tvm::tir::VarNode
 TVM_FFI_DECLARE_OBJECT_INFO ("tir.Var", VarNode, PrimExprNode)
 
- Public Member Functions inherited from tvm::PrimExprNode
 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ()
 
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExpr", PrimExprNode, BaseExprNode)
 
- Public Member Functions inherited from tvm::BaseExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::tir::VarNode
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::PrimExprNode
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::BaseExprNode
static void RegisterReflection ()
 

Additional Inherited Members

- Public Attributes inherited from tvm::tir::VarNode
ffi::String name_hint
 The hint to the variable name. More...
 
Type type_annotation
 type annotation of the variable. More...
 
- Public Attributes inherited from tvm::PrimExprNode
DataType dtype
 The runtime data type of the primitive expression. More...
 
- Public Attributes inherited from tvm::BaseExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 
- Static Public Attributes inherited from tvm::tir::VarNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindFreeVar
 
static constexpr const uint32_t _type_child_slots = 1
 
- Static Public Attributes inherited from tvm::PrimExprNode
static constexpr const uint32_t _type_child_slots = 40
 
- Static Public Attributes inherited from tvm::BaseExprNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Detailed Description

A variable node represent a tensor index size, whose value must be non-negative.

Member Function Documentation

◆ RegisterReflection()

static void tvm::tir::SizeVarNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tir::SizeVarNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tir.SizeVar"  ,
SizeVarNode  ,
VarNode   
)

The documentation for this class was generated from the following file: