tvm
|
Managed reference to FuncTypeNode. More...
#include <type.h>
Public Member Functions | |
FuncType (Array< Type > arg_types, Type ret_type, Span span=Span()) | |
Constructor. More... | |
TVM_DEFINE_OBJECT_REF_METHODS (FuncType, Type, FuncTypeNode) | |
![]() | |
TVM_DEFINE_OBJECT_REF_METHODS (Type, ObjectRef, TypeNode) | |
Managed reference to FuncTypeNode.
Constructor.
arg_types | The types of the arguments. |
ret_type | The type of the return value. |
span | The span information. |
tvm::FuncType::TVM_DEFINE_OBJECT_REF_METHODS | ( | FuncType | , |
Type | , | ||
FuncTypeNode | |||
) |