tvm
|
#include <expr.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.Call", CallNode, PrimExprNode) | |
![]() | |
TVM_OBJECT_ENABLE_SCRIPT_PRINTER () | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExpr", PrimExprNode, BaseExprNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
RelaxExpr | op |
The operator(function) being invoked. More... | |
ffi::Array< PrimExpr > | args |
The arguments. More... | |
![]() | |
DataType | dtype |
The runtime data type of the primitive expression. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Additional Inherited Members | |
![]() | |
static constexpr const uint32_t | _type_child_slots = 40 |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 64 |
Call node.
|
inlinestatic |
tvm::tir::CallNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.Call" | , |
CallNode | , | ||
PrimExprNode | |||
) |
ffi::Array<PrimExpr> tvm::tir::CallNode::args |
The arguments.
RelaxExpr tvm::tir::CallNode::op |