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

#include <expr.h>

Inheritance diagram for tvm::relax::DataflowBlockNode:
Collaboration diagram for tvm::relax::DataflowBlockNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (DataflowBlockNode, BindingBlockNode)
 
- Public Member Functions inherited from tvm::relax::BindingBlockNode
 TVM_DECLARE_BASE_OBJECT_INFO (BindingBlockNode, Object)
 

Static Public Member Functions

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

Static Public Attributes

static constexpr const char * _type_key = "relax.expr.DataflowBlock"
 
- Static Public Attributes inherited from tvm::relax::BindingBlockNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "relax.expr.BindingBlock"
 

Additional Inherited Members

- Public Attributes inherited from tvm::relax::BindingBlockNode
Array< Bindingbindings
 
Span span
 

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::relax::DataflowBlockNode::TVM_DECLARE_FINAL_OBJECT_INFO ( DataflowBlockNode  ,
BindingBlockNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::DataflowBlockNode::_type_key = "relax.expr.DataflowBlock"
staticconstexpr

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