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