#include <type.h>
◆ PointerType()
| tvm::PointerType::PointerType |
( |
Type |
element_type, |
|
|
ffi::String |
storage_scope = "" |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
| element_type | The type of the element which the pointer points to. |
| storage_scope | The storage scope into which the pointer addresses |
◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()
◆ VoidPointerTy()
| static PointerType tvm::PointerType::VoidPointerTy |
( |
ffi::String |
storage_scope = "" | ) |
|
|
static |
Construct an opaque pointer with void element type.
The documentation for this class was generated from the following file: