Adding a new variant of DepthwiseConv2D
authorGeorge Petterson <gpetters@protonmail.com>
Thu, 21 Jul 2022 18:36:47 +0000 (14:36 -0400)
committerGeorge Petterson <gpetters@protonmail.com>
Thu, 21 Jul 2022 18:36:57 +0000 (14:36 -0400)
commita935a0bf5070f8c06c36eee03893226dd734ba0a
tree7bedf6bacab84df14a158b700bd1802895373c01
parent17e4c217b66305e60657a48f10fe3c428c2fe4d2
Adding a new variant of DepthwiseConv2D

This is the same as the existing multiplier-1 variant of DepthwiseConv2D, but in PyTorch dim order.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D128575
mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
mlir/test/Dialect/Linalg/named-ops.mlir