MLIR
20.0.0git
|
Container for result values of tiling. More...
#include "mlir/Interfaces/TilingInterface.h"
Public Attributes | |
SmallVector< Operation * > | tiledOps |
SmallVector< Value > | tiledValues |
SmallVector< Operation * > | generatedSlices |
Container for result values of tiling.
tiledOps
contains operations created by the tiling implementation that are returned to the caller for further transformations.tiledValues
contains the tiled value corresponding to the result of the untiled operation.generatedSlices
contains the list of slices that are generated during tiling. These slices can be used for fusing producers. Definition at line 33 of file TilingInterface.h.
SmallVector<Operation *> mlir::TilingResult::generatedSlices |
Definition at line 36 of file TilingInterface.h.
SmallVector<Operation *> mlir::TilingResult::tiledOps |
Definition at line 34 of file TilingInterface.h.
SmallVector<Value> mlir::TilingResult::tiledValues |
Definition at line 35 of file TilingInterface.h.
Referenced by replaceForAllWithNewSignature().