Load value from the high dimension buffer.
More...
#include <expr.h>
Load value from the high dimension buffer.
Buffer buffer
The buffer variable.
Definition: expr.h:544
- See also
- BufferStore
◆ RegisterReflection()
static void tvm::tir::BufferLoadNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ BufferLoad
◆ CustomDatatypesLowerer
friend class CustomDatatypesLowerer |
|
friend |
◆ Vectorizer
◆ VectorTypeRewriter
friend class VectorTypeRewriter |
|
friend |
◆ _type_key
constexpr const char* tvm::tir::BufferLoadNode::_type_key = "tir.BufferLoad" |
|
staticconstexpr |
◆ buffer
Buffer tvm::tir::BufferLoadNode::buffer |
◆ indices
Array<PrimExpr> tvm::tir::BufferLoadNode::indices |
The indices location to be loaded.
◆ predicate
Optional<PrimExpr> tvm::tir::BufferLoadNode::predicate |
The predicate mask for loading values.
The documentation for this class was generated from the following file: