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

Base type of all the expressions. More...

#include <base_expr.h>

Inheritance diagram for tvm::ExprNode:
Collaboration diagram for tvm::ExprNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, 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...
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression. 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::ExprNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO()

tvm::ExprNode::TVM_FFI_DECLARE_OBJECT_INFO ( "ir.Expr"  ,
ExprNode  ,
ffi::Object   
)

Member Data Documentation

◆ _type_child_slots

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

◆ _type_s_eq_hash_kind

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

◆ span

Span tvm::ExprNode::span
mutable

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

◆ ty

Type tvm::ExprNode::ty = Type::Missing()
mutable

The deduced or annotated type of the expression.

Type::Missing() denotes type information that will be populated by later analysis passes instead of expression constructors.


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