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:548
- See also
- BufferStore
◆ RegisterReflection()
| static void tvm::tirx::BufferLoadNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::tirx::BufferLoadNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"tirx.BufferLoad" |
, |
|
|
BufferLoadNode |
, |
|
|
ExprNode |
|
|
) |
| |
◆ BufferLoad
◆ CustomDatatypesLowerer
| friend class CustomDatatypesLowerer |
|
friend |
◆ Vectorizer
◆ VectorTypeRewriter
| friend class VectorTypeRewriter |
|
friend |
◆ buffer
| Buffer tvm::tirx::BufferLoadNode::buffer |
◆ indices
| ffi::Array<PrimExpr> tvm::tirx::BufferLoadNode::indices |
The indices location to be loaded.
◆ predicate
| ffi::Optional<PrimExpr> tvm::tirx::BufferLoadNode::predicate |
The predicate mask for loading values.
The documentation for this class was generated from the following file: