Call corresponds to callable invocation.
More...
#include <expr.h>
Call corresponds to callable invocation.
◆ RegisterReflection()
| static void tvm::CallNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::CallNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"ir.Call" |
, |
|
|
CallNode |
, |
|
|
ExprNode |
|
|
) |
| |
◆ args
| ffi::Array<Expr> tvm::CallNode::args |
The arguments of the call.
◆ attrs
| Attrs tvm::CallNode::attrs |
The additional attributes.
◆ op
The operator/function being invoked.
It can be an Op, a GlobalVar, a local function value, or another callable expression.
◆ ty_args
| ffi::Array<Type> tvm::CallNode::ty_args |
The type information arguments passed to the callee.
The documentation for this class was generated from the following file: