tvm
|
The base class of a variable binding in Relax. More...
#include <expr.h>
Public Member Functions | |
TVM_DECLARE_BASE_OBJECT_INFO (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 const char * | _type_key = "relax.expr.Binding" |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
The base class of a variable binding in Relax.
|
inlinestatic |
tvm::relax::BindingNode::TVM_DECLARE_BASE_OBJECT_INFO | ( | BindingNode | , |
Object | |||
) |
|
staticconstexpr |
|
staticconstexpr |
|
mutable |
Var tvm::relax::BindingNode::var |
The return variable to bound to.