tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::BaseExprNode Class Reference

Base type of all the expressions. More...

#include <expr.h>

Inheritance diagram for tvm::BaseExprNode:
Collaboration diagram for tvm::BaseExprNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

Span span
 Span that points to the original source code. Reserved debug information. More...
 

Static Public Attributes

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
 

Detailed Description

Base type of all the expressions.

See also
Expr

Member Function Documentation

◆ RegisterReflection()

static void tvm::BaseExprNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::BaseExprNode::TVM_DECLARE_BASE_OBJECT_INFO ( BaseExprNode  ,
Object   
)

Member Data Documentation

◆ _type_child_slots

constexpr const uint32_t tvm::BaseExprNode::_type_child_slots = 64
staticconstexpr

◆ _type_key

constexpr const char* tvm::BaseExprNode::_type_key = "ir.BaseExpr"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::BaseExprNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ span

Span tvm::BaseExprNode::span
mutable

Span that points to the original source code. Reserved debug information.


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