tvm
|
Base type of all the expressions. More...
#include <expr.h>
Public Member Functions | |
TVM_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Static Public Attributes | |
static constexpr const char * | _type_key = "ir.BaseExpr" |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 64 |
Base type of all the expressions.
|
inlinestatic |
tvm::BaseExprNode::TVM_DECLARE_BASE_OBJECT_INFO | ( | BaseExprNode | , |
Object | |||
) |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
mutable |
Span that points to the original source code. Reserved debug information.