|
FreeTensor
|
#include <native_code.h>
Public Member Functions | |
| NativeCode () | |
| NativeCode (const std::string &name, const std::vector< NativeCodeParam > ¶ms, const std::vector< NativeCodeRet > &returns, const std::string &code, const std::string &entry, const Ref< Target > &target, const StaticInfo &staticInfo=StaticInfo{}) | |
| const auto & | name () const |
| const auto & | params () const |
| const auto & | returns () const |
| const auto & | code () const |
| const auto & | entry () const |
| const auto & | target () const |
| const auto & | staticInfo () const |
Static Public Member Functions | |
| static NativeCode | fromFunc (const Func &func, const std::string &code, const std::string &entry, const Ref< Target > &target, const StaticInfo &staticInfo=StaticInfo{}) |
Generated native code with metadata
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |