MLIR
18.0.0git
|
Container for result values of tiling. More...
#include "mlir/Interfaces/TilingInterface.h"
Public Attributes | |
SmallVector< Operation * > | tiledOps |
SmallVector< Value > | tiledValues |
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. Definition at line 31 of file TilingInterface.h.
SmallVector<Operation *> mlir::TilingResult::tiledOps |
Definition at line 32 of file TilingInterface.h.
SmallVector<Value> mlir::TilingResult::tiledValues |
Definition at line 33 of file TilingInterface.h.