This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add i32 to supported quantized type
ClosedPublic

Authored by rsuderman on Sep 28 2021, 12:59 PM.

Details

Summary

Quantized int type should include I32 types as its the output of a quantizd
convolution or matmul operation.

Diff Detail

Event Timeline

rsuderman created this revision.Sep 28 2021, 12:59 PM
rsuderman requested review of this revision.Sep 28 2021, 12:59 PM
NatashaKnk accepted this revision.Sep 28 2021, 1:04 PM
This revision is now accepted and ready to land.Sep 28 2021, 1:04 PM
This revision was automatically updated to reflect the committed changes.