Add initial lowering of aten depthwise convolution to tosa.depthwise_conv2d (#1070)
Summary: aten.convolution is known as depthwise convolution when groups == in_channels and out_channels == K * in_channels. Lower this operation types to tosa.depthwise_conv2d. Pull Request resolved: https://github.com/pytorch/executorch/pull/1070 Reviewed By: kirklandsign Differential Revision: D51167247 Pulled By: digantdesai fbshipit-source-id: bb4a3c3975d39c24dca1f0d925f4fcc5ed4127b2
T
TatWai Chong committed
0b9905dfc25305bd3e7bc83b9e9cc816fd3bf125
Parent: 87bf9db
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 11/9/2023, 9:00:12 PM