openvino/inference-engine
Evgeny Lazarev 3f5ff2cfe5
Remove generic ie op (#4213)
* Removed legacy IE shape infer

* Removed GenericIE operation

* Removed legacy shape infer tests

* Removed legacy test with legacy IE reshape

* Fixed compilation issues related to removal of GenericIE

* Fixed one more compilation issue with clDNN

* Fixed test for reading experimental ops

* Updated tests and make IR Reader to load old experimenal and extension ops as opset6

* Change opset of some ops only if they are currently experimental/extension to avoid situation like opset1::Proposal -> opset6::Proposal

* Removed more legacy code

* Returned back code removed by mistake

* Fixed issues related to incorrect merge with master

* Merge fixes

* Fixed unit tests which starts to fail because now loading the model with unknown operation is failed earlier

* Removed incorrectly added code

Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
2021-02-13 21:15:46 +03:00
..
cmake [IE][VPU][TESTS]: CTCGreedyDecoderSeqLen myriad test & fixes (#4177) 2021-02-12 11:50:26 +03:00
ie_bridges Fixes for Object Detection SSD samples docs (C++ and Python) (#4286) 2021-02-11 17:51:53 +03:00
include DPC++ link error workaround. (#4192) 2021-02-13 08:44:25 +03:00
samples Fixes for Object Detection SSD samples docs (C++ and Python) (#4286) 2021-02-11 17:51:53 +03:00
scripts Moved code style cmake scripts to a common place (#3228) 2020-11-26 15:38:55 +03:00
src Remove generic ie op (#4213) 2021-02-13 21:15:46 +03:00
tests Remove generic ie op (#4213) 2021-02-13 21:15:46 +03:00
tests_deprecated Remove generic ie op (#4213) 2021-02-13 21:15:46 +03:00
thirdparty [IE][VPU]: Check memory capacity after finding the corresponding device (#4314) 2021-02-12 18:00:15 +03:00
tools Adds support of user layouts to benchmark_app (#4002) 2021-02-11 12:57:05 +03:00
.editorconfig publish master branch snapshot, revision 49482ae3bea0cbaa07474f86f36db11943142687 2020-05-13 21:12:22 +03:00
CMakeLists.txt Removed global CMAKE_MODULE_PATH in IE DevPackage (#3747) 2020-12-27 00:02:50 +03:00