:memo: This pull request adds Depthwise convolution to oneAPI backend.
Type of change
Adding Depthwise convolution in a parallel implementation. Supports depth multiplier. When a separable convolution layer is used, it is split to depthwise and pointwise layers.
Note: Please delete options that are not relevant.
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] Documentation update
[x] New feature (non-breaking change which adds functionality)
[ ] A new research paper code implementation
[ ] Other (Specify)
Tests
:memo: Pytests included and models compiled with depthwise and separable convolution.
Description
Type of change
Adding Depthwise convolution in a parallel implementation. Supports depth multiplier. When a separable convolution layer is used, it is split to depthwise and pointwise layers.
Note: Please delete options that are not relevant.
Tests
Test Configuration:
Checklist
pre-commit
on the files I edited or added.