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:203
PrimExpr value
The value to be stored.
Definition: stmt.h:205
- See also
- BufferLoad
◆ RegisterReflection()
static void tvm::tir::BufferStoreNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::tir::BufferStoreNode::_type_key = "tir.BufferStore" |
|
staticconstexpr |
◆ buffer
Buffer tvm::tir::BufferStoreNode::buffer |
◆ indices
Array<PrimExpr> tvm::tir::BufferStoreNode::indices |
The indices location to be stored.
◆ predicate
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: