This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Update Tosa conv verifier to handle IntegerType input
ClosedPublic

Authored by rsuderman on Jun 25 2021, 1:37 PM.

Details

Summary

Input/output types can be integers, which represent a quantized convolution.
Update verifier to expect this behavior.

Diff Detail

Event Timeline

rsuderman created this revision.Jun 25 2021, 1:37 PM
rsuderman requested review of this revision.Jun 25 2021, 1:37 PM
sjarus accepted this revision.Jun 25 2021, 4:18 PM
This revision is now accepted and ready to land.Jun 25 2021, 4:18 PM