tvm
|
#include <type.h>
Public Member Functions | |
PointerType (Type element_type, ffi::String storage_scope="") | |
Constructor. More... | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (PointerType, Type, PointerTypeNode) | |
![]() | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Type, ObjectRef, TypeNode) | |
|
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_NULLABLE | ( | PointerType | , |
Type | , | ||
PointerTypeNode | |||
) |