#include <expr.h>
|
| Call (Expr op, ffi::Array< Expr > args, Attrs attrs=Attrs(), ffi::Array< StructInfo > sinfo_args=ffi::Array< StructInfo >(), Span span=Span()) |
| The constructor. More...
|
|
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Call, Expr, CallNode) |
|
| TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode) |
|
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (RelaxExpr, BaseExpr, RelaxExprNode) |
|
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (BaseExpr, ObjectRef, BaseExprNode) |
|
◆ Call()
The constructor.
- Parameters
-
op | The operator to be invoked. |
args | The arguments of the call. |
attrs | The attributes of the call node. |
sinfo_args | The structure info arguments passed to a function. |
span | The source span of the expression. |
◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()
tvm::relax::Call::TVM_DEFINE_OBJECT_REF_COW_METHOD |
( |
CallNode |
| ) |
|
◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()
tvm::relax::Call::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE |
( |
Call |
, |
|
|
Expr |
, |
|
|
CallNode |
|
|
) |
| |
The documentation for this class was generated from the following file: