Commit Graph

13116 Commits

Author SHA1 Message Date
Karol Blaszczak 2cabc6b6bd
[DOCS] final update of relnotes (#21108) 2023-11-16 10:23:04 +01:00
Andrzej Kopytko 553d15622e
[DOCS] update version of conf.py (#21093) 2023-11-16 09:20:34 +01:00
Karol Blaszczak db4724aeb5
[DOCS] home-tile-removal (#21095) 2023-11-15 16:21:39 +01:00
Karol Blaszczak cadce8fbd4
[DOCS] sysreq n relnotes 23.2 2023-11-15 15:31:30 +01:00
Tatiana Savina 4e702d96e1
deprecate deployment manager (#21089) 2023-11-15 13:48:54 +01:00
Tatiana Savina c84cdeb264
remove link to page (#21074) 2023-11-14 18:44:47 +01:00
Maciej Smyk 5d4de9117c
Port of 21010 & 20988 (#21069) 2023-11-14 17:29:32 +01:00
Maciej Smyk 62460e1e2b
[DOCS] Updating links for 23.2 2023-11-13 12:23:49 +01:00
Vladislav Golubev 0140796841
FuseU4WeightsAndZeroPoint tests: avoid std::vector<std::int8_t> usage (#21022) 2023-11-13 14:19:11 +04:00
Maciej Smyk 49c8526e20
port from 20812 (#20959) 2023-11-08 15:53:24 +01:00
Maciej Smyk 17ad6116c8
[DOCS] Small fixes in articles for 23.2 (#20952)
* Fixes

* Update deployment_intro.md

* Update docs/articles_en/openvino_workflow/deployment_intro.md

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2023-11-08 13:40:09 +01:00
Sebastian Golebiewski cda12b6de5
Updating notebooks (#20937) 2023-11-08 12:26:49 +01:00
Irina Efode fc678416a6
[CONFORMANCE] Partial cherry-pick of PR20756 to exclude from model list for conformance (#20955) 2023-11-08 11:20:39 +00:00
Karol Blaszczak 5ee4090e10
[DOCS] improving the "conversion" section v2 (#20904)
adjustments to conversion and workflow
2023-11-08 11:12:01 +01:00
Sebastian Golebiewski 3a0abdfaa8
Fixing OS list in System Requirements for YUM (#20936) 2023-11-07 17:21:56 +01:00
Sebastian Golebiewski 210608ca3a
Fixing link in Get Started article for 23.2 (#20931)
Porting https://github.com/openvinotoolkit/openvino/pull/20881
2023-11-07 16:35:12 +01:00
Piotr Krzemiński 98072bbbae
[SPEC] Reapply multinomial docs changes (#20805) 2023-11-03 07:18:43 +01:00
Anastasiia Pnevskaia 29d43d85ce
[DOC] Update list of TF formats imported from memory. (#20834) (#20843)
* Update list of TF formats.

* Minor correction.

* Added comment.

* Update docs/articles_en/openvino_workflow/model_preparation/Convert_Model_From_TensorFlow.md



* Model changed.

* Update docs/articles_en/openvino_workflow/model_preparation/Convert_Model_From_TensorFlow.md



---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-11-02 18:35:37 +04:00
Ivan Tikhonov cfd42bd2cb
Handle Reshape's special zero in SimplifySecondInputOfReshape (#20785) (#20820)
* Handle Reshape's special zero in SimplifySecondInputOfReshape

SimplifySecondInputOfReshape detects ShapeOf->Gather->Concat
subgraphs on Reshape's second input and replaces ShapeOf->Gather
with a Constant with zero(s). Currently it works only with Reshapes
that have special_zero set to true, but it can work for Reshapes
with special_zero == false if non-Gather inputs to Concat are Constants
and don't contain any zero.

Ticket: CVS-123434

* fix no default output

Co-authored-by: Mateusz Tabaka <mateusz.tabaka@intel.com>
2023-11-02 17:43:25 +04:00
Andrei Kochin 663bf04208
Revert Bitwise ops in PyTorch FE (#20813)
* revert bitwise op for PT FE

* revert coverity fixes
2023-11-02 13:08:55 +00:00
Surya Siddharth Pemmaraju 3ebb8eb315
Added fix for concat in torchfx (#20806) 2023-11-02 15:18:53 +04:00
Gorokhov Dmitriy 757b466c5d
[CPU] Fixed port mismatch in Eltwise fusion graph optimization (#20807) 2023-11-02 11:31:20 +04:00
Alina Kladieva df19f18f37
Update refs for public CI pipelines (#20798) 2023-10-31 16:39:41 +00:00
Tatiana Savina 017eb943d5
[DOCS] Update PyPI links and pre-release note (#20799)
* update links and rm pre-release note

* update ov-dev
2023-10-31 13:56:33 +00:00
Nikolay Shchegolev 57571d36e6
[CPU] NMSRotated operation implementation. (#20410) 2023-10-31 12:10:52 +00:00
Pawel Raasz 3077bad26f
[core]Migrate Sigmoid operator to new API (#20780)
* Migrate Sigmoid operator to new API

* Add missing include
2023-10-31 12:11:29 +01:00
Vladislav Golubev 2932e9e938
ReshapeBMatMul and ReshapeAMatMul: avoid circular dependencies creation (#20771) 2023-10-31 15:00:52 +04:00
Ilya Lavrenov da1f0199a0
Removed WA for static protobuf for vcpkg installation path (#20784) 2023-10-31 14:55:28 +04:00
Roman Kazantsev a20c9a5a22
[TF FE] Update TF FE dev docs with Inv (#20788)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-31 14:45:54 +04:00
Kelvin Choi bb28b71849
[GPU] if the reorder which is an user of reshpae has truncation mode, it should not split the reorder node (#20749) 2023-10-31 19:21:56 +09:00
Anastasiia Pnevskaia 1f961f903c
Fixed info logs in OVC (#20586)
* Corrected memory consumption log, removed unused log_level info.

* Minor correction.

* Trace memory only if verbose is set.

* Use get_traced_memory().
2023-10-31 13:05:54 +04:00
Roman Kazantsev 38b6092120
[TF FE] Switch off TF1 While support totally (#20774)
* [TF FE] Switch off TF1 While support totally

This is a total switch off due to GPU limitation

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Need additional fallback in Enter to avoid shapes problem

* Disable tests with While op

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Disable layer test for TF1 While

* Remove extra spaces

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-31 12:46:36 +04:00
Pawel Raasz 38cd138d0d
[core]Migrate Sqrt operator to new API (#20632)
* Migrate Sqrt operator to new API

* Remove 'visit_attributes' is same as base
2023-10-31 08:34:49 +00:00
Min, Byungil 00705e6e58
[GPU] Bugfix adjust padding size for reshape optimizing (#20773)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-10-31 17:24:35 +09:00
Vitaliy Urusovskij 1b46c73b51
Remove commented code from `Proposal` layer test (#20781) 2023-10-31 11:42:44 +04:00
rsato10 53820c0cf2
[TF FE]Support Inv operation for TensorFlow models (#20720)
* [TF FE]Support Inv operation for TensorFlow models

* added test tests/layer_tests/tensorflow_tests/test_tf_Inv.py and src/frontends/tensorflow_common/src/op/inv.cpp

* Update tests/layer_tests/tensorflow_tests/test_tf_Inv.py

* Update tests/layer_tests/tensorflow_tests/test_tf_Inv.py

* Update tests/layer_tests/tensorflow_tests/test_tf_Inv.py

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-10-31 11:39:16 +04:00
dependabot[bot] 7f04ad69c2
Bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1 (#20779)
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases)
- [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 11:33:51 +04:00
Katarzyna Mitrus 1384471849
[ONNX][Code refactor] ONNX GroupNormalization - Optimize getting inputs
* Optimize getting inputs and use more const

* Fix typo
2023-10-31 11:19:11 +04:00
Ilya Lavrenov b13cb8ce12
Make RPM packages compatible with wide range of RHEL systems (#20762) 2023-10-31 10:25:35 +04:00
Vitaliy Urusovskij 991b9848fa
`PSROIPooling` and `Proposal` layer tests to API2.0 (#20761)
* `PSROIPoolingLayerTest` to API2.0

* `ProposalLayerTest` to API2.0
2023-10-31 10:21:20 +04:00
River Li 9e97d7ef1a
[C-API] add ov_get_last_error_msg() API (#20643) 2023-10-31 13:53:47 +08:00
Andrei Gorbachev 44925b580f
[GPU] Refactor Comparison, Conversion, ConvertColorI420 (#20374)
* Comparison

* Conversion

* ConvertColorI420

* fix

* Comparison

* Conversion

* ConvertColorI420

* fix

* fix after review

* fix after review

* fix after review

* fixed comparison

---------

Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-10-31 09:50:20 +04:00
Anton Voronov d90e23fc30
[CPU] Sparse weights decompression feature: changed comp_tile_len data type from int16_t to int (#20707) 2023-10-31 09:34:27 +04:00
Wanglei Shen 78f11965d8
[CPU] Fix user setting num_streams=0 (#20469) 2023-10-31 09:23:58 +04:00
Roman Lyamin 50b6c5f0d7
[GPU] Fix for SoftmaxKernel_bf in dynamic case (#20769) 2023-10-31 09:02:03 +04:00
Roman Kazantsev fc4fe07a0e
[TF FE] Fix CTCLoss translator (#20775)
* Fix CTCLoss translator

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Expend layer tests for CTCLoss

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-31 08:51:18 +04:00
Xiuchuan Zhai 0076f7fc00
[PD FE] loading weight from ov::tensor (#20044)
* fix paddle load model from memory

* fix coding style

* ignore the deprecated api

* fix a istream bug; add test case

* simplify func variant_to_stream_ptr

* restore the previous impl for less memory affect

* fix memory leak
2023-10-31 11:17:38 +08:00
Pawel Raasz 246410b0dd
[core]Migrate NotEqual operator to new API (#20648)
* Migrate NotEqual operator to new API

* Remove `visit_attributes` is same as base

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-10-31 00:01:27 +00:00
Mateusz Mikolajczyk ce8ac6f478
[Opset13][TF FE] Enable tensorflow bitwise operators (#20340)
* Add opset-13 bitwise ops

* Fix issue in BinaryOps test

---------

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2023-10-30 23:18:28 +00:00
Pawel Raasz ac176beb33
[core]Migrate Clamp operator to new API (#20676)
* Migrate Clamp operator to new API

* Remove not used function add comment
2023-10-30 22:58:35 +00:00