Low-level raw pointer type.
More...
#include <type.h>
Low-level raw pointer type.
PointerType represents type hints in the TIR to be passed to the final code generator.
PointerType should not occur in the high-level analysis.
- See also
- PointerType
◆ RegisterReflection()
static void tvm::PointerTypeNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::PointerTypeNode::_type_key = "ir.PointerType" |
|
staticconstexpr |
◆ element_type
Type tvm::PointerTypeNode::element_type |
The type of the element which the pointer points to.
◆ storage_scope
String tvm::PointerTypeNode::storage_scope |
The storage scope of the pointer.
The documentation for this class was generated from the following file: