add tests for 5 ops based on model zoo (#3062)
authorBartek Szmelczynski <bartosz.szmelczynski@intel.com>
Mon, 16 Nov 2020 12:19:31 +0000 (13:19 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 12:19:31 +0000 (15:19 +0300)
commite70b2bf469e25e323273701134ff0a296f05ab88
treeb4701ca6cc5c9af67472148c03f8312a426533c1
parentbb369f189aee37d971a0da1340b6cf9a77ad81e0
add tests for 5 ops based on model zoo (#3062)

* add tests for 5 ops based on model zoo

* remove unnecessary layers from the test

* add test case with merge_repeated=0

* remove unnecessary layers and add new test casae with do_softmax=0

* remove unnecessary layers from the test
inference-engine/tests/functional/inference_engine/ngraph_reader/binary_convolution_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/inference_engine/ngraph_reader/ctc_greedy_decoder_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/inference_engine/ngraph_reader/group_convolution_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/inference_engine/ngraph_reader/region_yolo_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/inference_engine/ngraph_reader/reorg_yolo_tests.cpp [new file with mode: 0644]