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

#include <expr.h>

Inheritance diagram for tvm::relax::VarBindingNode:
Collaboration diagram for tvm::relax::VarBindingNode:

Public Member Functions

bool SEqual (const VarBindingNode *other, ffi::TypedFunction< bool(AnyView, AnyView, bool, AnyView)> equal) const
 
uint64_t SHash (uint64_t init_hash, ffi::TypedFunction< uint64_t(AnyView, uint64_t, bool)> hash) const
 
 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.expr.VarBinding", VarBindingNode, BindingNode)
 
- Public Member Functions inherited from tvm::relax::BindingNode
 TVM_FFI_DECLARE_OBJECT_INFO ("relax.expr.Binding", BindingNode, Object)
 

Static Public Member Functions

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

Public Attributes

Expr value
 The binding value. More...
 
- Public Attributes inherited from tvm::relax::BindingNode
Span span
 
Var var
 The return variable to bound to. More...
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::relax::BindingNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Member Function Documentation

◆ RegisterReflection()

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

◆ SEqual()

bool tvm::relax::VarBindingNode::SEqual ( const VarBindingNode other,
ffi::TypedFunction< bool(AnyView, AnyView, bool, AnyView)>  equal 
) const

◆ SHash()

uint64_t tvm::relax::VarBindingNode::SHash ( uint64_t  init_hash,
ffi::TypedFunction< uint64_t(AnyView, uint64_t, bool)>  hash 
) const

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::VarBindingNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.expr.VarBinding"  ,
VarBindingNode  ,
BindingNode   
)

Member Data Documentation

◆ value

Expr tvm::relax::VarBindingNode::value

The binding value.


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