|
tvm
|
Type marker for opaque construction-time expressions. More...
#include <base_expr.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.OpaqueType", OpaqueTypeNode, TypeNode) | |
Public Member Functions inherited from tvm::TypeNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Static Public Member Functions inherited from tvm::TypeNode | |
| static void | RegisterReflection () |
Additional Inherited Members | |
Public Attributes inherited from tvm::TypeNode | |
| Span | span |
| Span that points to the original source code. Reserved debug information. | |
Static Public Attributes inherited from tvm::TypeNode | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
| static constexpr const uint32_t | _type_child_slots = 14 |
Type marker for opaque construction-time expressions.
Opaque values may be used while constructing IR, but must be lowered away before the IR is considered complete.
| tvm::OpaqueTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.OpaqueType" | , |
| OpaqueTypeNode | , | ||
| TypeNode | |||
| ) |