This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix tosa.transpose_conv2d decompositions for new version
ClosedPublic

Authored by rsuderman on Dec 21 2022, 2:41 PM.

Details

Summary

The decomposition was no longer correct for transpose_conv2d to conv2d
after the updated TOSA specification. Specifically the behavior for
padding was changed to refer to padding the tranpsose_conv2d instead
of referencing the conv applied to the inverse transform.

Test was validated using the TOSA conformance tests.

Diff Detail

Event Timeline

rsuderman created this revision.Dec 21 2022, 2:41 PM
rsuderman requested review of this revision.Dec 21 2022, 2:41 PM
rsuderman updated this revision to Diff 484687.Dec 21 2022, 2:41 PM

End of file newline

NatashaKnk accepted this revision.Dec 22 2022, 2:25 PM
This revision is now accepted and ready to land.Dec 22 2022, 2:25 PM