* Moved openvino to src
* Moved ngraph and frontends to src
* Fixed cmake generation
* Moved inference_engine libs to src
* Moved C API to src
* Fixed CMake generation
* Moved readers to tests, snippets and preprocessing to common
* Fixed CMake
* Moved transformations and lp_transformations
* Fixed transformations cmake
* Fixed build
* Fixed unit-tests and ci paths
* Fixed docs
* Fixed C API build
* Try to fix static build
* More clear order
* Renamed inference_engine_legacy_api to legacy
* Fixed some cmake scripts
* Fixed path to legacy
* Fixed Myriad plugin
* Fixed v7 reader
* Fixed plugin.hpp
* Fixed developer config
* Fixed ie_parallel
* Use ninja multu-config
* Reused OV_GENERATOR_MULTI_CONFIG
* Try to use config in api_validator post build task
* Fixes
* Revert "[GPU] Fix multi configuration build of onednn_gpu (#8743)"
This reverts commit a862331732.
* Propogate disable deprecated for _RELEASE flags as well
* [POT] Support subgraphs
* Add support for inplace statistics
* Fixed cascade models
* Fixed bug
* Fixed import
* Fix name
* Add test
* Fix comments
* Replace test model
* Replace test model
* Add recursively flag
* Fix pylint
* Updated AA node names
* Fix adding results to node
* Disable subgraph quantization
* Disable recursion search in graph
* Skip test with subgraphs quantization
* Use reference_wrapper for preprocess bindings
* Update tests
* add bindings to I420_SINGLE_PLANE and I420_THREE_PLANES
* remove init from all classes except PrePostProcessor and add RGBX and BGRX to ColorFormat enum
* update test name
* add test for taking input and output by name
* move ref_wrapper to common.hpp
* add common.hpp include to PrePostProcessor
* update comment on ref_wrapper
* added split_to_concat_multi_inputs test
* [GNA] fixes according to comments
*Deleted commented str
*Updated opset for MatMul
*Added gna_sw_exact mode
* [GNA] Added input with n * 512 size
* [GNA] Changed input gen params
* rebase commit
* Added special passes to remove and add Convert operations in POT
* Update passes
* Implement changes to support new FP16 models
* Apply codestyle patch
* Revert Cast inserting and add data parameter
* Update FastBC rule
Co-authored-by: Malinin, Nikita <nikita.malinin@intel.com>