|
tvm
|
#include <type.h>
Public Member Functions | |
| PointerType (Type element_type, ffi::String storage_scope="") | |
| Constructor. | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (PointerType, Type, PointerTypeNode) | |
Public Member Functions inherited from tvm::Type | |
| bool | IsMissing () const |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Type, ffi::ObjectRef, TypeNode) | |
Static Public Member Functions | |
| static PointerType | VoidPointerTy (ffi::String storage_scope="") |
| Construct an opaque pointer with void element type. | |
Static Public Member Functions inherited from tvm::Type | |
| static Type | Missing () |
| Sentinel for a type that has not been populated yet. | |
|
explicit |
Constructor.
| element_type | The type of the element which the pointer points to. |
| storage_scope | The storage scope into which the pointer addresses |
| tvm::PointerType::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | PointerType | , |
| Type | , | ||
| PointerTypeNode | |||
| ) |
|
static |
Construct an opaque pointer with void element type.