#include <expr.h>
|
| Call (Expr op, Array< Expr > args, Attrs attrs=Attrs(), Array< StructInfo > sinfo_args=Array< StructInfo >(), Span span=Span()) |
| The constructor. More...
|
|
| TVM_DEFINE_OBJECT_REF_METHODS (Call, Expr, CallNode) |
|
| TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (RelaxExpr, BaseExpr, RelaxExprNode) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (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_DEFINE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: