tvm
Public Member Functions | List of all members
tvm::PointerType Class Reference

#include <type.h>

Inheritance diagram for tvm::PointerType:
Collaboration diagram for tvm::PointerType:

Public Member Functions

 PointerType (Type element_type, String storage_scope="")
 Constructor. More...
 
 TVM_DEFINE_OBJECT_REF_METHODS (PointerType, Type, PointerTypeNode)
 
- Public Member Functions inherited from tvm::Type
 TVM_DEFINE_OBJECT_REF_METHODS (Type, ObjectRef, TypeNode)
 

Constructor & Destructor Documentation

◆ PointerType()

tvm::PointerType::PointerType ( Type  element_type,
String  storage_scope = "" 
)
explicit

Constructor.

Parameters
element_typeThe type of the element which the pointer points to.
storage_scopeThe storage scope into which the pointer addresses

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::PointerType::TVM_DEFINE_OBJECT_REF_METHODS ( PointerType  ,
Type  ,
PointerTypeNode   
)

The documentation for this class was generated from the following file: