This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Add getMixedSizes helper
ClosedPublic

Authored by springerm on Aug 23 2022, 8:20 AM.

Details

Summary

This helper function computes the dimensions of a tensor value as OpFoldResults.

Diff Detail

Event Timeline

springerm created this revision.Aug 23 2022, 8:20 AM
springerm requested review of this revision.Aug 23 2022, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 8:20 AM
springerm updated this revision to Diff 454855.Aug 23 2022, 8:39 AM

update more uses

This revision is now accepted and ready to land.Aug 25 2022, 12:34 AM
This revision was automatically updated to reflect the committed changes.