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

Managed reference to FuncTypeNode. More...

#include <type.h>

Inheritance diagram for tvm::FuncType:
Collaboration diagram for tvm::FuncType:

Public Member Functions

 FuncType (Array< Type > arg_types, Type ret_type, Span span=Span())
 Constructor. More...
 
 TVM_DEFINE_OBJECT_REF_METHODS (FuncType, Type, FuncTypeNode)
 
- Public Member Functions inherited from tvm::Type
 TVM_DEFINE_OBJECT_REF_METHODS (Type, ObjectRef, TypeNode)
 

Detailed Description

Managed reference to FuncTypeNode.

See also
FuncTypeNode

Constructor & Destructor Documentation

◆ FuncType()

tvm::FuncType::FuncType ( Array< Type arg_types,
Type  ret_type,
Span  span = Span() 
)

Constructor.

Parameters
arg_typesThe types of the arguments.
ret_typeThe type of the return value.
spanThe span information.
See also
FuncTypeNode for more docs about these fields.

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::FuncType::TVM_DEFINE_OBJECT_REF_METHODS ( FuncType  ,
Type  ,
FuncTypeNode   
)

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