openvino/inference-engine/tests/functional/inference_engine/serialization/single_layer
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
..
activation.cpp Revise exp (#5236) 2021-04-21 08:58:55 +03:00
batch_norm.cpp Enable zero epsilon attribute in BatchNormInference operation (#5657) 2021-05-18 07:30:10 +03:00
binary_convolution.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
broadcast.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
clamp.cpp Revise Clamp reference implementation (#4813) 2021-03-29 22:53:34 +03:00
constant.cpp Constant op SLT (#5349) 2021-04-27 07:09:23 +03:00
convert.cpp Low precision types support in Convert operation (#5640) 2021-05-21 13:11:43 +03:00
convolution.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
convolution_backprop.cpp Add output shape and output padding for Convolution Backprop SLTs. (#5576) 2021-06-15 07:08:10 +03:00
deformable_convolution.cpp Revise DeformableConvolution operation class (#5244) 2021-05-12 09:21:33 +03:00
deformable_psroi_pooling.cpp DeformablePSROIPoolig reference implementation (#5116) 2021-05-13 07:44:57 +03:00
detection_output.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
elementwise.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
extractimagepatches.cpp Revise ExtractImagePatches op (#6104) 2021-06-15 06:55:48 +03:00
group_convolution.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
group_convolution_backprop_data.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
minimum_maximum.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
mvn.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
non_max_suppression.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
nonzero.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
normalize_l2.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
one_hot.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
pad.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
pooling.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
prelu.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
prior_box_clustered.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
reduce_ops.cpp Revise single layer tests for Reduce ops (#5557) 2021-05-13 22:15:01 +03:00
region_yolo.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
reshape.cpp Reshape OP: add SLT for special `-1` value in new shape dimensions (#5648) 2021-06-15 07:07:18 +03:00
result.cpp Revise Result Op (#5637) 2021-05-25 07:06:04 +03:00
scatter_nd_update.cpp add scatterNDupdate serialize SLT (#4962) 2021-03-26 07:08:01 +03:00
shuffle_channels.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
space_to_batch.cpp Revise space_to_batch (#6034) 2021-06-14 12:18:22 +02:00
split.cpp Revise Split Single Layer Tests (#5190) 2021-04-12 18:47:58 +03:00
squeeze.cpp Revise Squeeze op - tests (#5336) 2021-05-10 12:37:18 +02:00
tensor_iterator.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
transpose.cpp Transpose ngraph op and reference implementation revision (#5315) 2021-04-29 06:58:37 +03:00
unsqueeze.cpp Revise Unsqueeze op - tests (#5579) 2021-05-14 07:44:48 +03:00
variadic_split.cpp Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00