openvino/inference-engine/tests/functional/shared_test_classes
Szymon Durawa 772465da1e
Add output shape and output padding for Convolution Backprop SLTs. (#5576)
* Create output shape for Convoution Backprop SLTs.

* Add output_padding attribute to SLT scope.

* Introduce SLT for Serializaton.

* Introduce new test layer class ConvolutionBackpropLayerTest which contains output_padding attribute and output_shape input. Old one is deprecated, but cannot be removed due to kmb plugin dependency.

* Add ConvolutionBackpropDataLayerTest into TEST_P.

* ConvolutionBackpropDataLayerTest left as legacy class used by kmb_plugin.

* Remove redundant variables.

* Switch to new API for gpu SLTs.

* Remove legacy API.

* Introduce legacy API to match dependency for KMB and ARM plugins.

* Create test cases for output_padding attribute.

* Fixing smoke_Deconv tests.
2021-06-15 07:08:10 +03:00
..
include/shared_test_classes Add output shape and output padding for Convolution Backprop SLTs. (#5576) 2021-06-15 07:08:10 +03:00
src Add output shape and output padding for Convolution Backprop SLTs. (#5576) 2021-06-15 07:08:10 +03:00
CMakeLists.txt Minimized legacy usage in tests (#5591) 2021-05-14 18:47:54 +03:00