MLIR
20.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 43 of file TilingInterface.h.
SmallVector<Operation *> mlir::MergeResult::mergeOps |
Definition at line 44 of file TilingInterface.h.
SmallVector<Value> mlir::MergeResult::replacements |
Definition at line 45 of file TilingInterface.h.