Store value to the high dimension buffer.
More...
#include <stmt.h>
Store value to the high dimension buffer.
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
PrimExpr value
The value to be stored.
Definition stmt.h:209
BufferVar buffer
The buffer variable.
Definition stmt.h:207
- See also
- BufferLoad
◆ RegisterReflection()
| static void tvm::tirx::BufferStoreNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
◆ buffer
◆ indices
| ffi::Array<PrimExpr> tvm::tirx::BufferStoreNode::indices |
The indices location to be stored.
◆ value
| PrimExpr tvm::tirx::BufferStoreNode::value |
The documentation for this class was generated from the following file: