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_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, ffi::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 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_FFI_DECLARE_OBJECT_INFO()

tvm::BaseExprNode::TVM_FFI_DECLARE_OBJECT_INFO ( "ir.BaseExpr"  ,
BaseExprNode  ,
ffi::Object   
)

Member Data Documentation

◆ _type_child_slots

constexpr const uint32_t tvm::BaseExprNode::_type_child_slots = 64
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: