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

#include <expr.h>

Inheritance diagram for tvm::relax::BindingBlockNode:
Collaboration diagram for tvm::relax::BindingBlockNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (BindingBlockNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

Array< Bindingbindings
 
Span span
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "relax.expr.BindingBlock"
 

Member Function Documentation

◆ RegisterReflection()

static void tvm::relax::BindingBlockNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::relax::BindingBlockNode::TVM_DECLARE_BASE_OBJECT_INFO ( BindingBlockNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::BindingBlockNode::_type_key = "relax.expr.BindingBlock"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::relax::BindingBlockNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ bindings

Array<Binding> tvm::relax::BindingBlockNode::bindings

◆ span

Span tvm::relax::BindingBlockNode::span
mutable

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