* Add ShapeOfConstFolding transform
* Add unit tests
* Update bom file
* Update transform file
* Hot fix
* Fix midle replaser
* Update unit tests
* Fix get value
* Refactoring Const Folding transformation. Move to back
* Update bom file
* Remove unuse code
* Add some unit tests
* Refactoring unit test
* Hot fix
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated link
* Update installing-openvino-windows.md
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e.
* Updated the link to software license agreements
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Add support resize with 2 inputs
* Add unit tests
* Hot fix
* Change resize check from port count to connected num port conditions
* Fix conditions
* Refactoring code according to review
* Fix according to review
* Change onnresize11 input condition
* AUTO plugin will ignore other plugins' configuration
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Update tests
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Support PER_COUNT config which is needed in benchmark_app
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Address reviewer comments: check config and throw exception for unsupported, but that begin with "AUTO_" will be ignored
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Fix CI tests issue
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Add FQ, Concat, exted Eltwise support
* Fix tests after rebase + small refactoring
* Added Reshape on GroupConv weights mask propagating
* Added printing of reduced weights to test transformation
* Turn off pruning for test
* Fixed comments + revert transformation comment
* Fixed last comments
* added new transformation to check the uniqueness of nodes names
* added unittest
* remove redundant line
* conversation resolving
* updated unittest
* added new unittest, added check for uniqueness of new node name
* added a description
* added renaming of several results with the same name and unittest for this case
* another implementation, updated unittests
* added a comment
* updated comments
* added comment to the nodes_with_equal_names func
* added a condition
* added a result name check in unittests
* enable make clean to remove ie_wheel artifacts
* ./setup.py:132:1: E302 expected 2 blank lines
* fix CI build issue
* Removed not-needed components from ie_wheel
* Use explicit python3 vresion in ngraph pythpn
* Use python3 everywhere
* Reuse python3 more
* Added function to build with Py_LIMITED_API
* Sync 2 cmake python modules
* Fix for tools
* Fixed typo
* Enable python by default
* Enable python build iff python-dev is found
* More migration to Python3_VERSION
* Install wheel requirements
* Fixed ngraph Python separate build
* Fixed cython compilation
* Revert to old packages
* Added suffix
* Specify python version explicitly
* Don't depend on python interp to build python itself
* More improvements
* Revert offline transformations back to ie_wheel
* Refactoring
* Trying to build wheel independently on C++ runtime
* Build wheel only with main OpenVINO
* Fixed typo in test_utils cmake lists
* Adding link stage
* small fix
* git diff
* Try to fix python tests
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>