You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NNCF][BC] Add test case with depthwise/transpose convolutions to template and backend specific tests (#3004)
### Changes
- Added simple Depthwise and Transpose Convolution models in
`tests/cross_fw/test_templates/helpers.py`.
- Updated `map_references` for Torch FX backend to assign the right
reference node names for model classes Depthwise and Transpose
Convolutions.
- Added `ONNXConvolutionTransposeMetatype` into the list of
OPERATIONS_WITH_BIAS for ONNX.
- Added the missing target for Transpose Conv in `transformations.py`
for Torch FX in the function `_is_conv`.
- Added `OVConvolutionBackpropDataMetatype` into the list of
OPERATIONS_WITH_BIAS for OpenVino backend
- Replaced the unet graph in quantized reference graphs for FX backend.
### Extra Changes
- [X] Update and finalize the right changes to make in
`tests/openvino/native/test_bias_correction.py` for Transpose
Convolution node name and accommodate for the changes in the name after
each run.
### Closes issue
#2916
---------
Co-authored-by: dlyakhov <daniil.lyakhov@intel.com>
0 commit comments