TOSAs depthwise_conv2d operation includes a reshape to include the implicit x1 dimension.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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
This revision is now accepted and ready to land.May 23 2022, 10:56 AM
Closed by commit rGbedd3ee88152: [mlir][tosa] Change tosa.depthwise_conv2d's ending reshape to a collapse. (authored by NatashaKnk, committed by rsuderman). · Explain WhyMay 23 2022, 11:30 AM
This revision was automatically updated to reflect the committed changes.