MLIR
22.0.0git
|
Container for the result of merge operation of tiling. More...
#include "mlir/Interfaces/TilingInterface.h"
Public Attributes | |
SmallVector< Operation * > | mergeOps |
SmallVector< Value > | replacements |
Container for the result of merge operation of tiling.
mergeOps
contains operations created during the merge.replacements
contains the values that represents the result of the merge. These are used as replacements for the original tiled operation. Definition at line 64 of file TilingInterface.h.
SmallVector<Operation *> mlir::MergeResult::mergeOps |
Definition at line 65 of file TilingInterface.h.
SmallVector<Value> mlir::MergeResult::replacements |
Definition at line 66 of file TilingInterface.h.