The unique identifier of variables.
More...
#include <expr.h>
|
ffi::String | name_hint |
| The name of the variable, this only acts as a hint to the user, and is not used for equality. More...
|
|
The unique identifier of variables.
Id is like name to the variables, except that id is unique for each Var.
- Note
- Do not create Id directly, they are created in Var.
◆ RegisterReflection()
static void tvm::relax::IdNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::relax::IdNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"relax.Id" |
, |
|
|
IdNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_s_eq_hash_kind
constexpr TVMFFISEqHashKind tvm::relax::IdNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindFreeVar |
|
staticconstexpr |
◆ name_hint
ffi::String tvm::relax::IdNode::name_hint |
The name of the variable, this only acts as a hint to the user, and is not used for equality.
The documentation for this class was generated from the following file: