tvm
|
The base class of a variable binding in Relax. More...
#include <expr.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO ("relax.expr.Binding", BindingNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
Span | span |
Var | var |
The return variable to bound to. More... | |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
The base class of a variable binding in Relax.
|
inlinestatic |
tvm::relax::BindingNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "relax.expr.Binding" | , |
BindingNode | , | ||
Object | |||
) |
|
staticconstexpr |
|
mutable |
Var tvm::relax::BindingNode::var |
The return variable to bound to.