This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fixed shape inference for tosa.transpose_conv2d
ClosedPublic

Authored by rsuderman on Nov 16 2021, 1:28 PM.

Details

Summary

Transpose conv2d shape inference was incorrect, tests did not properly validate
that the shape inference was executing. Corrected shape inference, and extended
tests to actually execute.

Diff Detail

Event Timeline

rsuderman created this revision.Nov 16 2021, 1:28 PM
rsuderman requested review of this revision.Nov 16 2021, 1:28 PM
NatashaKnk accepted this revision.Nov 16 2021, 2:09 PM
This revision is now accepted and ready to land.Nov 16 2021, 2:09 PM