Ilya Lavrenov
88c2b28bd1
Use TBB dependency only for static libraries ( #13535 )
...
* Use TBB dependency only for static libraries
* Rename IE_EXTRA_MODULES to OPENVINO_EXTRA_MODULES
* call find_tbb in DevPackage
2022-10-19 14:22:18 +04:00
Leonard Sikorski
e2b0313785
IsNaN operator ( #13369 )
2022-10-19 12:20:26 +02:00
Ryszard Jezierski
17e702776b
Update GNA library version ( #13188 )
...
* Changed GNA library version from 1455.2 to 1815
* fixed new URL to GNA in cmake
* fixed gna lib version in linux CI
* use Gna2ExportTlv from new library
* Updated GNA to 1815.1
2022-10-19 13:40:21 +04:00
Roman Kazantsev
71779765fb
[TF FE] Add developer documentation for TensorFlow frontend ( #13505 )
...
* [TF FE] Remove export API for helper transformation
Also, it skips layer tests for SegmentSum and DynamicPartition in case legacy frontend
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Split test suites for DynamicPartition
* [TF FE] Add developer documentation for TensorFlow Frontend
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Revert "[TF FE] Remove export API for helper transformation"
This reverts commit 249a7d62ab
.
* Fix UTF encoding issue
* Update src/frontends/tensorflow/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/contribute.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Fix broken links
* Put links to code snippets
* Correct names of frontends
* Add diagram using mermaid into the main page
* Add diagrams in mermaid for the architecture
* Remove png files
* Update src/frontends/tensorflow/README.md
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Apply code-review feedback: links in the diagram, redundancy in the test
* Replace code snippets with links to ov master repo
* Apply feedback: correct TF FE purpose and diagram
* Mention MatcherPass documentation and OV Core operations
* Update src/frontends/tensorflow/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/support_new_op.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/support_new_op.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/support_new_op.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/support_new_op.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/support_new_op.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/tensorflow/README.md
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
* Update src/frontends/tensorflow/README.md
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
* Correct unit test spelling
* Remove code-style reference
* Move architecture content to README.md
* Move all sub-docs into README.md
* Fix a link to the test coverage
* Fix a link to the legacy TF FE
* Correct the main diagram
* Clarify who should use the frontend directly
* Move the added sentence to the beginning
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
2022-10-19 12:36:24 +03:00
Mario SAVU
c9b6d69221
Fixing assert when handling iop, iol and ioml ( #13526 )
2022-10-19 12:14:00 +03:00
Xuejun Zhai
c638171853
[C API DOC] fix mac doc build error caused by ov_output_const_port_t ( #13521 )
...
* [C API DOC] fix mac doc build error caused by ov_output_const_port_t vs ov_output_port_t
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
* [Only for Test] validate mac build error fix, need to revert before merge
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
* Revert "[Only for Test] validate mac build error fix, need to revert before merge"
This reverts commit 1082ab32ba
.
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
2022-10-19 12:59:31 +04:00
Katarzyna Mitrus
3c0b5c7f9b
BinaryElementwiseArithmetic - common shape_infer ( #13421 )
...
* Use eltwise_shape_infer form shape_inference in validate_and_infer_elementwise_args
* Align Unary ops, remove redundant validate_and_infer_elementwise_args usage
* Add test with default constructor for BinaryElementwiseArithmetic ops
* Style apply
* Fix expected error message
* Add common shape_infer tests for BinaryElementiwiseArithmetic ops
* Remove old Add test
* Update NGRAPH_CHECK to OV ASSERT
* Removal of redundant autob param to the validate function
* Tests update
2022-10-19 11:57:16 +03:00
Ilya Lavrenov
2ffb915338
Relax numpy version ( #13537 )
2022-10-19 10:20:12 +04:00
Ilya Lavrenov
b62e9196af
Fixed OSX ( #13525 )
2022-10-19 10:19:54 +04:00
Vladimir Paramuzov
ef12d3976f
[GPU] Fixes for infer request impl in dynamic cases ( #13050 )
...
* [GPU] Fixes for infer request impl in dynamic cases
* [GPU] Fixed incosistent output shapes for LSTMSequence op
* [GPU] Update network::get_output_layout method
* [GPU] WA for USM memory allocations with 0 bytes
2022-10-19 09:35:03 +04:00
Ilya Lavrenov
dc1fe22fed
Trying to fix lib-debian ( #13524 )
2022-10-19 07:23:33 +04:00
yanlan song
752ff23582
Bell/remote tensor fix in multi ( #13483 )
...
* unify device representations
Signed-off-by: fishbell <bell.song@intel.com>
* fix case failure
Signed-off-by: fishbell <bell.song@intel.com>
* add test cases
Signed-off-by: fishbell <bell.song@intel.com>
* indenting
Signed-off-by: fishbell <bell.song@intel.com>
* fix build error on macos
Signed-off-by: fishbell <bell.song@intel.com>
* keep the original logic, if no device available,multi will throw exeception
Signed-off-by: fishbell <bell.song@intel.com>
Signed-off-by: fishbell <bell.song@intel.com>
2022-10-19 10:15:36 +08:00
yanlan song
5e2869cd14
support cache dir in multi/auto/batch ( #13507 )
...
* support cache dir in multi/auto
Signed-off-by: fishbell <bell.song@intel.com>
* support cache_dir in bat h
Signed-off-by: fishbell <bell.song@intel.com>
* fix case failure
Signed-off-by: fishbell <bell.song@intel.com>
* clang format
Signed-off-by: fishbell <bell.song@intel.com>
Signed-off-by: fishbell <bell.song@intel.com>
2022-10-19 10:15:03 +08:00
Evan
226e94aa66
Docs: Edits to streamline Install OpenVINO Overview Page (master branch) ( #13156 )
...
* docs: update install OpenVINO overview
* Update docs/install_guides/installing-openvino-overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-overview.md
* Update installing-openvino-overview.md
* Update installing-openvino-overview.md
* Update docs/install_guides/installing-openvino-overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* docs: add <a> tags to section headers
* Update installing-openvino-overview.md
* docs: remove <br> after Python and C++ headers
* docs: add breakline after Python and C++
* docs: minor update
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-19 09:43:10 +08:00
dependabot[bot]
3e976fe3db
Bump babel from 2.9.0 to 2.9.1 in /docs ( #10424 )
...
Bumps [babel](https://github.com/python-babel/babel ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases )
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-babel/babel/compare/v2.9.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: babel
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2022-10-19 01:06:44 +04:00
dependabot[bot]
2fae80ae88
Bump urllib3 from 1.26.4 to 1.26.5 in /docs ( #13135 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2022-10-19 01:03:40 +04:00
Sebastian Golebiewski
1d18a7679b
DOCS: Update GPU_Extensibility.md - for master ( #13405 )
...
port to master
Minor fixes, including indentation of code snippet and removing unordered list in Debugging Tips.
2022-10-18 18:37:38 +02:00
Vladislav Golubev
2d33f6f603
[CPU] LSTM Sequence test enabled ( #13323 )
2022-10-18 18:43:03 +04:00
Artur Kulikowski
e12983e82c
Copy runtime info in RIC fusion transformation ( #13490 )
...
* Copy runtime info in RIC fusion transformation
* Use ov namespace
* Iterate over const refs instead of use iterator
2022-10-18 16:30:53 +02:00
Evan
8a6d68ad2f
Docs: Update "What's Next?" section in PyPI installation instructions ( #13219 )
...
* docs: Rewrite What's Next section on PyPI page
* docs: fix link to Python example
* docs: add link to additional configurations page
* Update docs/install_guides/installing-openvino-pip.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/install_guides/installing-openvino-pip.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* docs: remove Whats Next link
* docs: fix what's next link
* Update docs/install_guides/installing-openvino-pip.md
* Update docs/install_guides/installing-openvino-pip.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 21:52:35 +08:00
Evan
993f22eff6
Docs: update for consistent usage of OpenVINO Runtime (master branch) ( #13154 )
...
* Docs: update for consistent usage of OpenVINO Runtime
* Update docs/install_guides/configurations-for-intel-gna.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-intel-gna.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-intel-gpu.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-intel-gpu.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-ivad-vpu.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-ncs2.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-ncs2.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/configurations-for-ncs2.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-linux-header.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-linux.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-linux.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-macos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-macos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows-header.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-yum.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-windows.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-yum.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/install_guides/installing-openvino-yum.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 16:50:36 +03:00
Evan
a82eb6e9c3
docs: Update Troubleshooting overview page ( #13217 )
...
* docs: update troubleshooting overview page
* Update docs/install_guides/troubleshooting.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 16:41:16 +03:00
Vladimir Paramuzov
5453965566
[GPU] Refactor kernel selector to make file path a bit shorter ( #13419 )
2022-10-18 17:41:09 +04:00
Alexander Kozlov
7019afd7ff
Fixed versions of POT dependencies ( #13497 )
...
* Fixed versions of POT dependencies
* Keep pandas version fixed due to incompatibilities with the numpy
2022-10-18 15:59:54 +04:00
Katarzyna Mitrus
24e74b55ad
Shape infer review (dim labels and intervals) - BinaryElementwiseArithmetic ops ( #13285 )
...
* Add missing div/mul/sub type_prop test files to CMakeLists
* Align license note in missed test files
* Add interval dimension tests for binary arithmetic ops
* Align test file style
* Add test for broadcast none
* Add more numpy test cases
* Add pdpd broadcat tests
* Add more intervals numpy broadcast tests
* add attr types header
* Register tests in ArithmeticOperator suite
* Change all assert_eq to expect_eq
* pdpd broadcast tests clean up
* Add tests for dim labels numpy broadcast
* Style format
* Tests improvement
* More label tests
* Comment update
* Add more tests for numpy and none broadcast
* PDPD tests cleanup
* Refactor tests to use get/set_shape_labels helper
* Add more label tests
* Add more tests, use TableOfEquivalence
* Propagate d2 label if labels are not equal
* Make common `merge_labels` helper function
* Update MatMul labels test
* Fully dynamic shape test numpy/none/pdpd
* Separate and refactor test cases
2022-10-18 13:32:37 +04:00
Przemyslaw Wysocki
1861609119
[PyOV] Fix nightly pip conflicts ( #13387 )
...
Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
2022-10-18 11:24:06 +02:00
Pawel Raasz
4bc36f29f4
Review opset1 concat for shape inference aspects ( #13455 )
...
* Add interval dim test to Concat op
- use common test fixture for PartialShape OK scenario
* Use get_shape_labels in Concat tests
* Add label_evaluate test for Concat op
* Add validation util to check no labels in tensor
* Add template shape inference for Concat op
* Move Conact evaluate_label test to evaluate bounds
* Fix cpplint issue
2022-10-18 13:17:21 +04:00
Nadezhda Ageeva
e9681fca49
Fix query_model for unconnected Parameters ( #13511 )
2022-10-18 11:05:10 +03:00
mei, yang
7f3c95c161
Meiyang/paddle 2.3 ( #13272 )
...
* Migrate to PDPD 2.3
* update supported paddle version to 2.3.2
* update paddle test with paddle new static API on 2.3.2
* fix issue of different output shape with paddle's
* fix clang format issue
* fix compiling issue
* integrate paddle static save model api to original save model api
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
2022-10-18 11:14:03 +04:00
Ivan Tikhonov
8e130391f0
EliminateSplitConcat transformation ( #13373 )
...
* SplitConcatElimination transformation
* ov namespace
* fix: add an additional check for split
* Fix lpt tests: added unary op between Split and Concat to avoid elimination
* add additional check in SplitConcatElimination, add new tests
* apply review comments, add detailed description of the special case
* apply review comments
* clean up
* apply review comments
* Apply suggestions from code review
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* codestyle
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2022-10-18 11:03:52 +04:00
Felix Dohyun Kim
f2bdffb04f
[GPU][DG2] Fix some bugs ( #13517 )
...
* Bugfix: deconv 2 conv optimization
2022-10-18 15:34:50 +09:00
Sungeun Kim
b21510f9f6
Optimize b16 ( #13205 )
...
* optimize models on batch16
* add is_os_yx_isv16_osv8 to format_traits_map
* choose onednn deconv
- remove checking deconv cross-precision
- implicit concat could not support byxf.
Co-authored-by: Jade Cho <jade.cho@intel.com>
2022-10-18 13:35:45 +09:00
Ilya Churaev
0f3621ec9b
Removed global opset mutex ( #13501 )
...
* Removed global opset mutex
* Fixed compilation
* Fixed IR frontend
2022-10-18 07:28:43 +04:00
avoskoboinyk-lohika
daa8aaa894
Unbreak ShapeOf conformance test with dynamic shapes ( #13326 )
2022-10-17 21:47:14 +03:00
Ilya Lavrenov
5519fff5c2
Fixed RDFT under Rosetta ( #13495 )
2022-10-17 15:02:28 +02:00
Irina Efode
c81fa39d3d
[IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=ON ( #13494 )
...
* [IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=OFF
* Comment
2022-10-17 13:09:10 +03:00
Ilya Lavrenov
5889b82a2a
Fixed arm cross-build ( #13504 )
2022-10-17 13:39:34 +04:00
Maciej Smyk
be2180654e
several ports to master
...
Fixing issues for Ecosystem Overview, Media Processing and Extensibility.
Porting:
#13098
#13086
#13108
2022-10-17 11:06:04 +02:00
Sebastian Golebiewski
0db641fc51
DOCS: Fixing math equation for master ( #13210 )
...
A small fix for math equation that was not rendering properly... further changes required in the future, when build process is simplified.
2022-10-17 11:31:16 +03:00
Sebastian Golebiewski
d17464985a
DOCS: Updating link to OMZ Demos ( #13258 )
...
Changing the version of the docs to which a link directs.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13256
2022-10-17 10:16:02 +02:00
Andrew Kwangwoong Park
550e59070e
[GPU] Baseline primitive, primitive_inst, program_node change for multiple outputs support ( #13295 )
...
* Update primitive, primitive_inst, and program_node for multiple outputs support
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update arg_max_min kernel for multiple outputs support
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix failed unittests TCs
- remove duplicate output memory
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Clean up code
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply code review
Signed-off-by: Andrew Park <andrew.park@intel.com>
Signed-off-by: Andrew Park <andrew.park@intel.com>
2022-10-17 15:13:19 +09:00
Min, Byungil
f1d816f6aa
[GPU] Add planar format to onednn reduction ( #13445 )
...
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-10-17 15:04:41 +09:00
Wang, Yang
0552d98802
[AUTO]Update the incorrect config test for Myriad ( #13271 )
...
* Update the config test for Myriad because config checking logic is updated in the MULTI/AUTO plugin.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2022-10-17 09:29:16 +08:00
Anastasia Kuporosova
81c0456acf
[PyOV] Fix userdata default value ( #13481 )
...
* [PyOV] Fix userdata default value
* add test
* apply fixes
2022-10-15 13:11:15 +02:00
Ilya Lavrenov
2e336e4bb8
Fixes for brew support on OSX ( #13476 )
...
* Fixes for brew support on OSX
* Added new policy
* added quotes
* Used OpenVINODeveloperPackage
* Extra fixes
* Use standard verbose variable
* Fixed pkg-config generation
2022-10-15 00:15:03 +03:00
Xuejun Zhai
830cc6ed73
[C API DOC] fix mac build error, caused by compiled model doesn's provide api to get input port with nan const ( #13488 )
...
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
2022-10-14 18:51:51 +04:00
Pavel Durandin
0a174e6788
[GPU] Fix for windows memory fail ( #13489 )
2022-10-14 17:31:48 +03:00
Georgy Krivoruchko
ea5b7a2c65
TensorFlow Equal layer test implementation ( #13334 )
2022-10-14 16:20:29 +04:00
Sergey Shlyapnikov
5fea4c3fc3
[GPU] Convert activation's slope buffer data type for OneDNN fusions ( #13444 )
2022-10-14 13:58:35 +04:00
Sergey Shlyapnikov
0b8f1f8c00
[GPU] Optimize reorder between permute and first convolution ( #13459 )
2022-10-14 13:57:58 +04:00