tvm
|
Load value from the high dimension buffer. More...
#include <expr.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.BufferLoad", BufferLoadNode, 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 | |
Buffer | buffer |
The buffer variable. More... | |
ffi::Array< PrimExpr > | indices |
The indices location to be loaded. More... | |
ffi::Optional< PrimExpr > | predicate |
The predicate mask for loading values. 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... | |
Friends | |
class | BufferLoad |
class | CustomDatatypesLowerer |
class | VectorTypeRewriter |
class | Vectorizer |
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 |
|
inlinestatic |
tvm::tir::BufferLoadNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.BufferLoad" | , |
BufferLoadNode | , | ||
PrimExprNode | |||
) |
|
friend |
|
friend |
|
friend |
|
friend |
Buffer tvm::tir::BufferLoadNode::buffer |
The buffer variable.
ffi::Array<PrimExpr> tvm::tir::BufferLoadNode::indices |
The indices location to be loaded.
ffi::Optional<PrimExpr> tvm::tir::BufferLoadNode::predicate |
The predicate mask for loading values.