|
tvm
|
Managed reference to CallNode. More...
#include <expr.h>
Public Member Functions | |
| Call (Type ret_ty, Expr op, ffi::Array< Expr > args, Attrs attrs=Attrs(), ffi::Array< Type > ty_args=ffi::Array< Type >(), Span span=Span()) | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Call, Expr, CallNode) | |
| TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode) | |
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) | |
Managed reference to CallNode.
| tvm::Call::Call | ( | Type | ret_ty, |
| Expr | op, | ||
| ffi::Array< Expr > | args, | ||
| Attrs | attrs = Attrs(), |
||
| ffi::Array< Type > | ty_args = ffi::Array< Type >(), |
||
| Span | span = Span() |
||
| ) |
| tvm::Call::TVM_DEFINE_OBJECT_REF_COW_METHOD | ( | CallNode | ) |