|
tvm
|
#include <expr.h>
Public Member Functions | |
| ExternFunc (ffi::String global_symbol, Span span=Span()) | |
| ExternFunc (ffi::String global_symbol, Type ty, Span span=Span()) | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (ExternFunc, BaseFunc, ExternFuncNode) | |
| TVM_DEFINE_OBJECT_REF_COW_METHOD (ExternFuncNode) | |
Public Member Functions inherited from tvm::BaseFunc | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (BaseFunc, Expr, BaseFuncNode) | |
Public Member Functions inherited from tvm::Expr | |
| bool | operator== (const Expr &other) const =delete |
| bool | operator!= (const Expr &other) const =delete |
| bool | operator< (const Expr &other) const =delete |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Expr, ffi::ObjectRef, ExprNode) | |
| tvm::relax::ExternFunc::TVM_DEFINE_OBJECT_REF_COW_METHOD | ( | ExternFuncNode | ) |
| tvm::relax::ExternFunc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE | ( | ExternFunc | , |
| BaseFunc | , | ||
| ExternFuncNode | |||
| ) |