openvino/inference-engine/tests/functional/plugin/cpu/single_layer_tests
Irina Efode c9e7e60a84
[IE TESTS] LayerTestCommon2.0 (#7945)
* Init

* try adopt softmax

* fix size of expected

* Fix cpuFuncTests

* Add configure model

* Remove extra

* fix softmax

* Adopt eltwise

* Eltwise

* Remove old dynamism

* fix oss build

* Remove In,OutPrecision

* Remove incorrect OPENVINO_ASSERT, correct eltwise tests and fix threshold

* Apply Maxim's comments

* Fix build

* ieFuncTests

* return in, out, prc

* fix tests

* Fix tests

* Fixes according to new api

* skip gpu

* try to fix myriad

* Fix myriad

* cpu fix
2021-10-29 12:00:45 +03:00
..
activation.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
adaptive_pooling.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
batch_to_space.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
concat.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
conversion.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
convert_to_plugin_specific_node.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
convolution.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
convolution_backprop_data.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
deformable_convolution.cpp [CPU] Deformable convolution improvements (#7168) 2021-10-07 11:31:08 +03:00
depth_to_space.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
eltwise.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
extract_image_patches.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
fake_quantize.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
gather.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
gather_elements.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
group_convolution.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
group_convolution_backprop_data.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
gru_cell.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
gru_sequence.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
interpolate.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
logical.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
lstm_cell.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
lstm_sequence.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
mat_mul.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
mvn.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
normalize.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
one_hot.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
pad.cpp [Tests] Add virtual inheritance for the shared tests classes (#7897) 2021-10-21 11:31:50 +03:00
pooling.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
psroi_pooling.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
range.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
reduce_ops.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
region_yolo.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
rnn_cell.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
rnn_sequence.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
roi_pooling.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
roialign.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
select.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
shape_ops.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
shapeof.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
shuffle_channels.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
softmax.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00
space_to_batch.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
space_to_depth.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
split.cpp [IE TESTS] Remove `functionRefs` from all tests and add it in necessary places (#7873) 2021-10-08 00:29:00 +03:00
strided_slice.cpp [CPU] Fix condition for blocked layout in StridedSlice (#7245) 2021-10-21 13:33:40 +03:00
transpose.cpp [IE TESTS] LayerTestCommon2.0 (#7945) 2021-10-29 12:00:45 +03:00