This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix conv/depthwise conv padding for quantized values
ClosedPublic

Authored by rsuderman on Aug 19 2021, 7:56 PM.

Details

Summary

When padding quantized operations, the padding needs to equal the zero point
of the input value. Corrected the pass to change the padding value if quantized.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 19 2021, 7:56 PM
rsuderman requested review of this revision.Aug 19 2021, 7:56 PM
NatashaKnk accepted this revision.Aug 24 2021, 5:57 PM
This revision is now accepted and ready to land.Aug 24 2021, 5:57 PM