#include <expr.h>
|
static constexpr const char * | _type_key = "relax.expr.VarBinding" |
|
static constexpr const char * | _type_key = "relax.expr.Binding" |
|
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
|
◆ 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_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::VarBindingNode::_type_key = "relax.expr.VarBinding" |
|
staticconstexpr |
◆ value
Expr tvm::relax::VarBindingNode::value |
The documentation for this class was generated from the following file: