MLIR
15.0.0git
|
Auxiliary range data structure to unpack the offset, size and stride operands into a list of triples. More...
#include "mlir/Interfaces/ViewLikeInterface.h"
Public Attributes | |
Value | offset |
Value | size |
Value | stride |
Auxiliary range data structure to unpack the offset, size and stride operands into a list of triples.
Such a list can be more convenient to manipulate.
Definition at line 26 of file ViewLikeInterface.h.
Value mlir::Range::offset |
Definition at line 27 of file ViewLikeInterface.h.
Referenced by collapseGenericOpIterationDims(), fuse(), and mlir::operator<<().
Value mlir::Range::size |
Definition at line 28 of file ViewLikeInterface.h.
Referenced by collapseGenericOpIterationDims(), and mlir::operator<<().
Value mlir::Range::stride |
Definition at line 29 of file ViewLikeInterface.h.
Referenced by collapseGenericOpIterationDims(), and mlir::operator<<().