Pool operations perform the same shape propagation. Included the shape
propagation and tests for these avg_pool2d and max_pool2d.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105665
[mlir][tosa] Added shape propagation for TOSA pool operations. ClosedPublic Authored by rsuderman on Jul 8 2021, 3:18 PM.
Details Summary Pool operations perform the same shape propagation. Included the shape
Diff Detail
Event TimelineHerald added subscribers: armkevincheng, jsmolens, eric-k256 and 19 others. · View Herald Transcript This revision is now accepted and ready to land.Jul 12 2021, 12:04 PM Closed by commit rGf2832c2295c6: [mlir][tosa] Added shape propagation for TOSA pool operations. (authored by rsuderman). · Explain WhyJul 12 2021, 3:42 PM This revision was automatically updated to reflect the committed changes. efriedma removed a child revision: D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt".Jul 17 2021, 3:02 PM
Revision Contents
Diff 358069 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
|