* Enabled PDPD, TF on Windows
* Try to build samples against static libs
* Fixes
* Fixes
* fix
* Used ENABLE_GAPI_PREPROCESSING in C API tests
* Revert "Used ENABLE_GAPI_PREPROCESSING in C API tests"
This reverts commit df9d53e3cc.
* Fixes
* Revert exclude
* Enabled proper OpenVINOConfig.cmake generation
* Try
* Try
* [Python API] add_outputs api
* add tests and missed api for tests
* fix codestyle
* add documentation
* fix code style
* fix building
* add tensorDescriptor tests
* add get_any_name and more checks
* descriptor tensor name
* stick to default memory if userrequest exceed the optimal number
Signed-off-by: fishbell <bell.song@intel.com>
* formatting
Signed-off-by: fishbell <bell.song@intel.com>
* Separated old_api_map into old_api_map_order and old_api_element_type.
* Clang format, small fix.
* Corrected comment.
* Removed OldApiMapOrderAttr class.
* 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.
* Fixed diagram
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Dynamic conv first commit
* Fixes after rebase
* Refactoring:
1. Conv node code refactor
2. DW conv fusing is disabled for dynamic case
3. Weights static shape constraint was added
* Minor fix for 1st rank bias
* WA fix
* MKLDNN dynamic conv fixes
* Temporal WA on format serialization
* Convolution SL prepared for dynamism
* Fix for bias fusing
* Update for nspc heuristics
* Convolution SL tests are updated with dynamic shapes
* GroupConv SL tests are updated with dynamic shapes
* Wip
* Dynamic shapes post ops support
* Dynamic shapes convolution full SL tests support
* Convolution builder changed to support pShape
* Convolution CPU SL test moved to the new Test Infra
* Skip tests conf update
* Auto padding support in dynamic mode with test
* Convolution dyn tests for bf16
* Group Conv test commented
* Submodule up
* First review fixes
* Group convolution dynamic shapes SL test
* Serialize format method has been fixed
* Floating point numbers resolution changed to even number
* AutoPad flag was added
* Skip test config updated with changed signature
* An attempt to reduce SL test time
* Dilated convolution tests extracted from the precommit
* Fix review comments for Convolutions
* [GPU] Do not add paddings for OneDNN primitives
* Add unit test for correct padding between onednn and cldnn primitives
* Renaming all frontends from "*_ngraph_frontend*" to "_ov_frontend*"
Also Debug builds on Windows release frontends without "d" suffix will not be loaded
* Fix review comments and add wheels test debug prints
* More debug prints
* Load by absolute path and remove debug prints