This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Change tosa.depthwise_conv2d's ending reshape to a collapse.
ClosedPublic

Authored by NatashaKnk on May 23 2022, 8:25 AM.

Details

Summary

TOSAs depthwise_conv2d operation includes a reshape to include the implicit x1 dimension.

Diff Detail

Event Timeline

NatashaKnk created this revision.May 23 2022, 8:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
NatashaKnk requested review of this revision.May 23 2022, 8:25 AM
rsuderman retitled this revision from [mlir][tosa] change the reshape at the end of the depthwise_conv2d lowering to a collapse. to [mlir][tosa] Change depthwise_conv2d reshape at the end of the lowering to a collapse..May 23 2022, 10:51 AM
rsuderman retitled this revision from [mlir][tosa] Change depthwise_conv2d reshape at the end of the lowering to a collapse. to [mlir][tosa] Change tosa.depthwise_conv2d's ending reshape to a collapse..May 23 2022, 10:54 AM
rsuderman edited the summary of this revision. (Show Details)
rsuderman accepted this revision.May 23 2022, 10:56 AM
This revision is now accepted and ready to land.May 23 2022, 10:56 AM