* Replace primitive's input with input_new and corresponding updates
Signed-off-by: Andrew Park <andrew.park@intel.com>
* unittests updates
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix conflicts and remaining unittests update
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Replace node and primitive's deps with deps_new and corresponding updates
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Replace output_padding and output_data_type with output_paddings and output_data_types
- Fix corresponding updates (primitive creation API, calc_output_layout|s, opt passes)
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix conflicts and updates
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix failing CI issues
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply code review
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix conflicts and corresponding updates
Signed-off-by: Andrew Park <andrew.park@intel.com>
Signed-off-by: Andrew Park <andrew.park@intel.com>
* [Common] Implement SelectWithOneValueCondition common transformation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add transformation tests for select_with_one_value_condition
* Move call of SelectWithOneValueCondition transformation to MOC
* Apply code-review feedback
* Remove corner case with dynamic output shape for Select
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* update code deps for rhel
* new neo driver version
* new neo driver version fix
* fix
* fix
* drop not needed gpu packages
* removed not necessry NEO packages, updated ov deps
* add gflag for rhel8 os
* update python on ubuntu18 and add core rhel8 rpm URLs
* add libpython3.8
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* No-break space->space, asssuming->assuming
* benchmark_app: don't print warning each iteration
* Russian с->English c
* Warn no batch only once
* Allow anonymus namespaces
* Keep only one report of model bach size, warn_if_no_batch for static model as well
* [Python API][Tools] Top up upper bound version for dependencies: NumPy, TensorFlow, NetworkX
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Remove upper-bound for TensorFlow and NumPy
* Revert "Remove upper-bound for TensorFlow and NumPy"
This reverts commit 662085df2e.
* Remove upper-bound for NumPy for default installation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Update docstrings after prohibition of not absolute
paths for plugins
* Use only absolute internal paths to load plugins
After introduction of plugins loading via absolute path,
libraries are still tried to load by names if wasn't found.
So safe last place of search (most common) in order to
get useful error message
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
* [LPT] FQ Decomposition modified to create FQ without constants with several consumers
* [LPT] Added subgraph test
* CPUTestsBase: Added the ability to check only fusing results
* [CPU] Added subgraph test
* LPT review comments applied
* CPUTestsUtils: added special string 'anytype' for selectedType check ignore
* update code deps for rhel
* new neo driver version
* new neo driver version fix
* fix
* fix
* drop not needed gpu packages
* removed not necessry NEO packages, updated ov deps
* add gflag for rhel8 os
* update python on ubuntu18 and add core rhel8 rpm URLs
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* serialize gpu memory reuse flag
* added c-tor of reduce_impl
* renamed memory_reuse_by_user as can_reuse_memory, and modified memory allocation logic to be simpler
* [Common] Implement SelectWithOneValueCondition common transformation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add transformation tests for select_with_one_value_condition
* Move call of SelectWithOneValueCondition transformation to MOC
* Apply code-review feedback
* Remove corner case with dynamic output shape for Select
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* sync benchmark Python version with benchmark C++ version.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
* Update tools/benchmark_tool/openvino/tools/benchmark/main.py
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* Update tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>