Commit Graph

13159 Commits

Author SHA1 Message Date
Pawel Raasz
1b296e5283 [core]Migrate Floor operator to new API (#20830)
* Migrate Floor operator to new API

* Remove `visit_attributes` is same as base class
2023-11-23 14:44:35 +01:00
Anastasiia Pnevskaia
28f4dd57ee Remove WA with double loading of FE. (#20794) 2023-11-23 14:44:35 +01:00
Roman Kazantsev
dea6dc8a9d [TF FE] Fix conversion of FILM of keras.Model format (#20825)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-23 14:44:35 +01:00
Gorokhov Dmitriy
0da45a4482 [CPU] Fixed port mismatch in Eltwise fusion graph optimization (#20782) 2023-11-23 14:44:35 +01:00
Vladimir Paramuzov
63306a167e [GPU] Refactor KV cache test (#20802) 2023-11-23 14:44:34 +01:00
Zhang Yi
a785bd7b99 [CPU] Fix avx2 gather of bfloat16 (#20683) 2023-11-23 14:44:34 +01:00
Andrey Kashchikhin
63b07b9357 [CI] [GHA] Remove full cloning of the OV repository in the Python unittests job in the Win and Mac workflows (#20810)
* rm full cloning of the OV repo in win and mac workflows

* skip tests on mac

* increase timeout for win C++ tests; skip more mac tests

* rm triggers
2023-11-23 14:44:34 +01:00
Mateusz Tabaka
3546861b06 Handle Reshape's special zero in SimplifySecondInputOfReshape (#20785)
* 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
2023-11-23 14:44:34 +01:00
Nikolay Shchegolev
071479a7f7 [CPU] Empty tensor used with a custom op leads to CPU plugin exception. (#19733) 2023-11-23 14:44:33 +01:00
Andrey Kashchikhin
3a874f235b [CI] [GHA] Fix openvino.test_utils imports for Mac and Win Python unittests (#20786)
* add platform-agnostic setup python action

* use specific version

* rm debug message, checkout action

* correct path

* add checkout of the action, correct paths

* correct path; enclose into brackets

* transfer linux pipelines to local setup-python action

* transfer pipelines

* use newer version

* account for fedora, add missing cache path

* correct name

* use 3.9 for fedora

* rm python install from fedora

* mv fetch and setup together, set pip_cache_dir

* correct order

* rm triggers

* add missing pythonpaths

* correct path

* add one more pythonpath

* add paths to ov package libs

* Revert "add paths to ov package libs"

This reverts commit a775881f3e.
2023-11-23 14:44:33 +01:00
Surya Siddharth Pemmaraju
7cc7e204f8 Fixed issue with cat in fx backend (#20744)
* Added fix for cat in torchfx

* Added batch_norm_legit_no_training op

* Fixed coding style

* Fixed clang format

* Addressed PR comments
2023-11-23 14:44:33 +01:00
Roman Kazantsev
0467c7e954 Revert "[TF FE] Switch off TF1 While support totally (#20774)" (#20800)
This reverts commit 38b6092120.
2023-11-23 14:44:33 +01:00
Andrey Kashchikhin
fe7a2bb459 [CI] [GHA] Increase job timeouts (#20797)
* increase job timouts

* increase further
2023-11-23 14:44:32 +01:00
Irina Efode
9cd2d07dd4 [DO NOT REVIEW OR MERGE] LLM in SubgraphsDumper (#20756) 2023-11-23 14:44:32 +01:00
Sofya Balandina
fe547152e0 [apiConformance][TEMPLATE] Add too get_profiling_info info about ops (#20697) 2023-11-23 14:44:32 +01:00
Irina Efode
5777e6eec1 [IE TESTS] ImportExport reporting + extension of base class (#20765)
* [IE TESTS] ImportExport reporting + extension of base class

* reuse dynamic check
2023-11-23 14:44:32 +01:00
Roman Kazantsev
1ab0848f6d [TF FE] Fix translators for multiple output operations (#20787)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-23 14:44:31 +01:00
Mateusz Tabaka
2071f728b7 Handle Reshape in SplitSqueezeConcatFusion (#20345)
* Handle Reshape in SplitSqueezeConcatFusion

Ticket: CVS-122455

* move check for squeeze/reshape

* add some comments

* review comments

* add use_shapes flag to SplitSqueezeConcatFusion
2023-11-23 14:44:31 +01:00
Nikolay Shchegolev
a405a4a48a [CPU] NMSRotated operation implementation. (#20410) 2023-11-23 14:44:31 +01:00
Pawel Raasz
1517c8a394 [core]Migrate Sigmoid operator to new API (#20780)
* Migrate Sigmoid operator to new API

* Add missing include
2023-11-23 14:44:31 +01:00
Vladislav Golubev
7e0c24dc80 ReshapeBMatMul and ReshapeAMatMul: avoid circular dependencies creation (#20771) 2023-11-23 14:44:30 +01:00
Ilya Lavrenov
5496376a2f Removed WA for static protobuf for vcpkg installation path (#20784) 2023-11-23 14:44:30 +01:00
Roman Kazantsev
eb4677406b [TF FE] Update TF FE dev docs with Inv (#20788)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-23 14:44:30 +01:00
Kelvin Choi
201b467111 [GPU] if the reorder which is an user of reshpae has truncation mode, it should not split the reorder node (#20749) 2023-11-23 14:44:30 +01:00
Anastasiia Pnevskaia
0a42b17178 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-11-23 14:44:29 +01:00
Roman Kazantsev
3d9ea15e92 [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-11-23 14:44:29 +01:00
Pawel Raasz
261e570a81 [core]Migrate Sqrt operator to new API (#20632)
* Migrate Sqrt operator to new API

* Remove 'visit_attributes' is same as base
2023-11-23 14:44:29 +01:00
Min, Byungil
f9b76024aa [GPU] Bugfix adjust padding size for reshape optimizing (#20773)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-11-23 14:44:29 +01:00
Vitaliy Urusovskij
85a12b36e7 Remove commented code from Proposal layer test (#20781) 2023-11-23 14:44:28 +01:00
rsato10
f00f920cb4 [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-11-23 14:44:28 +01:00
dependabot[bot]
edd1897a78 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-11-23 14:44:28 +01:00
Katarzyna Mitrus
81e1ec9f63 [ONNX][Code refactor] ONNX GroupNormalization - Optimize getting inputs
* Optimize getting inputs and use more const

* Fix typo
2023-11-23 14:44:28 +01:00
Ilya Lavrenov
8e2a86c0f6 Make RPM packages compatible with wide range of RHEL systems (#20762) 2023-11-23 14:44:27 +01:00
Vitaliy Urusovskij
225c063ff2 PSROIPooling and Proposal layer tests to API2.0 (#20761)
* `PSROIPoolingLayerTest` to API2.0

* `ProposalLayerTest` to API2.0
2023-11-23 14:44:27 +01:00
River Li
80bc87bdb0 [C-API] add ov_get_last_error_msg() API (#20643) 2023-11-23 14:44:27 +01:00
Andrei Gorbachev
d43d93e7de [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-11-23 14:44:27 +01:00
Anton Voronov
5228ee31b7 [CPU] Sparse weights decompression feature: changed comp_tile_len data type from int16_t to int (#20707) 2023-11-23 14:44:26 +01:00
Wanglei Shen
b3f6db7da4 [CPU] Fix user setting num_streams=0 (#20469) 2023-11-23 14:44:26 +01:00
Roman Lyamin
29416d003e [GPU] Fix for SoftmaxKernel_bf in dynamic case (#20769) 2023-11-23 14:44:26 +01:00
Roman Kazantsev
b410413c55 [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-11-23 14:44:26 +01:00
Xiuchuan Zhai
d31e1aa0a4 [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-11-23 14:44:25 +01:00
Pawel Raasz
17aee31d96 [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-11-23 14:44:25 +01:00
Mateusz Mikolajczyk
a3c658763a [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-11-23 14:44:25 +01:00
Pawel Raasz
00154ae85a [core]Migrate Clamp operator to new API (#20676)
* Migrate Clamp operator to new API

* Remove not used function add comment
2023-11-23 14:44:25 +01:00
Przemyslaw Wysocki
440c0ac9d5 [PyOV] Set inference precision explicitly to fp32 for torchvision tests (#20713)
* Set fp32

* Fix flake

* use properties api
2023-11-23 14:44:24 +01:00
Anastasia Kuporosova
f5f657a92f [PyOV] Add get_byte_size to const node (#20759) 2023-11-23 14:44:24 +01:00
Ekaterina Aidova
62b25f07dc [PT FE]: fix object has no attribute 'dtype' (#20755)
* [PT FE]: fix  object has no attribute 'dtype'

* add model in tests

* update test
2023-11-23 14:44:24 +01:00
Roman Lyamin
c2fc4f22e7 [GPU] Added WA for MarkDequantizationSubgraph to work correctly in the plugin (#20767) 2023-11-23 14:44:24 +01:00
Wilson Seok
a6504a87a1 add comments about origin of reference implementation (#20763) 2023-11-23 14:44:23 +01:00
Katarzyna Mitrus
0067845fa5 [Opset13][ONNX] NMSRotated-13 test and sort update (#20670)
* Set sort_result_descending attr false for nms

* Add onnx test

* Tmp exclude for CPU

* Update test values

* Update test vals to avoid cast warning

* Fix typo
2023-11-23 14:44:23 +01:00