tvm
|
Primitive data types used in the low-level IR. More...
#include <type.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.PrimType", PrimTypeNode, TypeNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
runtime::DataType | dtype |
The corresponding dtype field. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Additional Inherited Members | |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 14 |
Primitive data types used in the low-level IR.
PrimType represents POD-values and handles that are not automatically managed by the runtime.
|
inlinestatic |
tvm::PrimTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.PrimType" | , |
PrimTypeNode | , | ||
TypeNode | |||
) |
runtime::DataType tvm::PrimTypeNode::dtype |
The corresponding dtype field.