tvm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
tvm::OpaqueExprNode Class Reference

Base node for opaque construction-time expressions. More...

#include <base_expr.h>

Inheritance diagram for tvm::OpaqueExprNode:
Collaboration diagram for tvm::OpaqueExprNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO ("ir.OpaqueExpr", OpaqueExprNode, ExprNode)
 
- Public Member Functions inherited from tvm::ExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::ExprNode
static void RegisterReflection ()
 

Static Public Attributes

static constexpr const uint32_t _type_child_slots = 2
 
- Static Public Attributes inherited from tvm::ExprNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Additional Inherited Members

- Public Attributes inherited from tvm::ExprNode
Span span
 Span that points to the original source code. Reserved debug information.
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression.
 

Detailed Description

Base node for opaque construction-time expressions.

Subclasses are passed through by generic expression visitors and mutators. They must not remain in finished IR.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO()

tvm::OpaqueExprNode::TVM_FFI_DECLARE_OBJECT_INFO ( "ir.OpaqueExpr"  ,
OpaqueExprNode  ,
ExprNode   
)

Member Data Documentation

◆ _type_child_slots

constexpr const uint32_t tvm::OpaqueExprNode::_type_child_slots = 2
staticconstexpr

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