tvm
|
Type is the base type of all types. More...
#include <type.h>
Public Member Functions | |
TVM_DECLARE_BASE_OBJECT_INFO (TypeNode, 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 TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const char * | _type_key = "ir.Type" |
static constexpr const uint32_t | _type_child_slots = 14 |
Type is the base type of all types.
TVM's type system contains following subclasses:
There are also advanced types to support generic(polymorphic types).
|
inlinestatic |
tvm::TypeNode::TVM_DECLARE_BASE_OBJECT_INFO | ( | TypeNode | , |
Object | |||
) |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
mutable |
Span that points to the original source code. Reserved debug information.