#include <expr.h>
|
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) |
|
| TVM_FFI_DECLARE_OBJECT_INFO ("relax.expr.Binding", BindingNode, Object) |
|
◆ 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()
◆ value
Expr tvm::relax::VarBindingNode::value |
The documentation for this class was generated from the following file: