|
FreeTensor
|
#include <native_code.h>

Public Member Functions | |
| bool | isInClosure () const |
| Return even if there is a closure. | |
| NativeCodeRet (const std::string &name, const DataType &dtype, const Ref< Ref< Array > > &closure, bool returnClosure) | |
Public Attributes | |
| std::string | name_ |
| DataType | dtype_ |
| Ref< Ref< Array > > | closure_ |
| bool | returnClosure_ |
| Data bound to this return value. | |
Declare a return value of a NativeCode
Currently this class contains the same information with a FuncRet
|
inline |
|
inline |
Return even if there is a closure.
| DataType freetensor::NativeCodeRet::dtype_ |
| std::string freetensor::NativeCodeRet::name_ |
| bool freetensor::NativeCodeRet::returnClosure_ |
Data bound to this return value.