|
MLIR 22.0.0git
|
Compute the modified metadata for an operands of operation whose unit dims are being dropped. More...
Public Attributes | |
| AffineMap | indexMap |
| SmallVector< ReassociationIndices > | reassociation |
| SmallVector< int64_t > | targetShape |
Compute the modified metadata for an operands of operation whose unit dims are being dropped.
Return the new indexing map to use, the shape of the operand in the replacement op and the reassocation to use to go from original operand shape to modified operand shape.
Definition at line 340 of file DropUnitDims.cpp.
| AffineMap UnitExtentReplacementInfo::indexMap |
Definition at line 341 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().
| SmallVector<ReassociationIndices> UnitExtentReplacementInfo::reassociation |
Definition at line 342 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().
| SmallVector<int64_t> UnitExtentReplacementInfo::targetShape |
Definition at line 343 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().