Store value to the high dimension buffer.
More...
#include <stmt.h>
Store value to the high dimension buffer.
Buffer buffer
The buffer variable.
Definition: stmt.h:197
PrimExpr value
The value to be stored.
Definition: stmt.h:199
- See also
- BufferLoad
◆ RegisterReflection()
static void tvm::tir::BufferStoreNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
◆ buffer
Buffer tvm::tir::BufferStoreNode::buffer |
◆ indices
ffi::Array<PrimExpr> tvm::tir::BufferStoreNode::indices |
The indices location to be stored.
◆ predicate
ffi::Optional<PrimExpr> tvm::tir::BufferStoreNode::predicate |
The predicate mask for storing values.
◆ value
PrimExpr tvm::tir::BufferStoreNode::value |
The documentation for this class was generated from the following file: