tvm
|
Load value from the result produced by the producer. More...
#include <expr.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.ProducerLoad", ProducerLoadNode, 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 | |
DataProducer | producer |
The buffer producer. More... | |
ffi::Array< PrimExpr > | indices |
The location 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 |
Load value from the result produced by the producer.
|
inlinestatic |
tvm::tir::ProducerLoadNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.ProducerLoad" | , |
ProducerLoadNode | , | ||
PrimExprNode | |||
) |
ffi::Array<PrimExpr> tvm::tir::ProducerLoadNode::indices |
The location arguments.
DataProducer tvm::tir::ProducerLoadNode::producer |
The buffer producer.