MLIR
20.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 331 of file DropUnitDims.cpp.
AffineMap UnitExtentReplacementInfo::indexMap |
Definition at line 332 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().
SmallVector<ReassociationIndices> UnitExtentReplacementInfo::reassociation |
Definition at line 333 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().
SmallVector<int64_t> UnitExtentReplacementInfo::targetShape |
Definition at line 334 of file DropUnitDims.cpp.
Referenced by dropUnitExtentFromOperandMetadata().