Commit Graph

12377 Commits

Author SHA1 Message Date
Pratham Ingawale
82afb47e36
generator functionality to pytest (#19402)
* trying with pytest

* update as per suggested

* pytest testing on compress_quantized_weights_test

* resolved warning of assert on tuple

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-08-29 03:01:49 +04:00
Pawel Raasz
c0fb4fabce
[ShapeInfer] Remove old API from shape inference sources (#19435)
* Remove old API from shape inference sources

* Fix build issues
2023-08-28 22:03:35 +02:00
Przemyslaw Wysocki
b7d73cbbe3
[PyOV] Limit cython version (#19443) 2023-08-28 17:36:51 +02:00
Sebastian Golebiewski
f306007e59
update-notebooks (#19450)
Add notebook 252-fastcomposer-image-generation. Fix indentation, admonitions, broken links and images.
2023-08-28 14:23:23 +02:00
Wilson Seok
94c21b53b3
fix build error by removing makeDynamicParam (#19431) 2023-08-28 12:10:05 +02:00
Pawel Raasz
2e78eec502
Fix boxes dim calculation when scores dynamic rank (#19097)
* Fix boxes dim calculation when scores dynamic rank

* NMS shape infer improve upper bound calculation

* Calculate boxes if required shapes has static rank

* Optimize shape_infer for NMS v4

* Reorder checks in nms v4 for selected boxes
2023-08-28 13:27:09 +04:00
Ilya Churaev
29ad3e8c92
Moved eval tests to new API (#19364)
* Moved eval tests to new API

* Fixed build

* Fixed eval tests
2023-08-28 10:22:14 +04:00
HARI CHAND BALASUBRAMANIAM
b87709a8a7
Create performance.yml (#18929)
* Create performance.yml

create new performance issue template for customers to report issue that related to performance

* Update performance.yml

Amend based on latest comment

* Update performance.yml

* Update performance.yml

amend based on suggestion
2023-08-28 07:29:04 +04:00
Ivan Tikhonov
0f9734aaa7
Transformation tests API 2.0: part 1 (#19366)
* API 2.0 replace ngraph headers and namespaces in CPU, LPT etc transformations tests

* revert the incorrect renaming

* function -> model in arm transformation tests
2023-08-27 18:52:03 +02:00
Wilson Seok
293c672064
add sqrt activation support in cpu_impl (#19421) 2023-08-25 12:10:01 -07:00
Wilson Seok
f6dca869b2
fix reduce perferred format selection and layout for partial shape (#19319) 2023-08-25 12:09:25 -07:00
Min, Byungil
bcedb0bb9b
[GPU] Resolve accuracy issue from clamp fused prims (#19409)
+ Added condition when clamp activation is added to fused-ops for fp16 overflow
+ Added test-cases

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-08-25 11:21:09 -07:00
Irina Efode
cddcec8ba8
[CONFORMANCE] Fix for Eye-9 op in the Opset Conformance report (#19404) 2023-08-25 17:22:18 +02:00
Wilson Seok
f962511a84
[GPU] add check condition of input dynamic shape in conv fusing (#19219) 2023-08-25 16:13:53 +04:00
Ilya Churaev
39b75fd213
Moved core tests from root folder to new API (#19381) 2023-08-25 15:23:41 +04:00
Vladimir Paramuzov
a45e5e03c5
[GPU] Added some formats for pvc (#19388) 2023-08-25 15:09:42 +04:00
Xiuchuan Zhai
1bdf4f0ab9
[CPU] Build fix: remove usage of makeDynamicParams from tests (#19412) 2023-08-25 10:29:51 +00:00
Katarzyna Mitrus
decc2e31f3
[ShapeInference] FFT based - revision and tests (part 1) (#19070)
* Reuse common shape validation for fft base

* Align helper names

* Common test class for fft ops

* Move all (I)DFT test cases to the common test class

* More test cases for param axes

* Init labels validation

* More label tests

* Labels validation for non const signal size

* Init label tests for IRDFT

* More label test for irdft

* Labels tests for RDFT

* Remove duplicated tests

* Rename common validation file

* Rename shape infer tests file

* Use node shape infer check

* Headers order alignment

* Add const to the test params vector

* Use this make_op

* Use OV_EXPECT_THROW in common fft tests

* Use OV_EXPECT_THROW iin rdft an irdft tests

* Pass input shapes and use SHAPE_INFER_CHECK

* Shorter error messages

* Update to use ov namespace in typeprop tests
2023-08-25 12:27:18 +02:00
Karol Blaszczak
06003f18d5
[DOCS] speech sample deprecation (#19228) 2023-08-25 12:26:44 +02:00
Ilya Churaev
679369c707
Move Visitor tests to new api (#19379)
* Moved visitor tests to new API

* Fixed build for Windows
2023-08-25 10:50:59 +04:00
Xiuchuan Zhai
350c4d2363
[CPU] Disable convert to BF16 in convert-range pattern (#18971) 2023-08-25 09:00:24 +04:00
Tomasz Jankowski
bcad953f5f
[Ref_Impl] Rename file paths to openvino relative (#19284)
* Move files to new directories

* Use quotes for openvino includes

* Provide proxy calls for transition

of dependant components.

* Correct includes style

* Redo proxies

* Fix deprecated

* Move aliases to proxy files

* Apply code style
2023-08-25 06:43:06 +04:00
Sofya Balandina
20e4c629e9
[conformance] Add shape mode and graph conv logic to test name (#19403) 2023-08-25 01:03:13 +02:00
Maxim Vafin
c5b64e458b
[PT FE] Align bool types and same bit int types (#19399)
* [PT FE] Align bool types and same bit int types

* Fix max value
2023-08-24 22:30:59 +02:00
Artyom Anokhov
eef6b35bef
[packaging] APT/YUM: Added conflicts for 2023.0.2 (#19398) 2023-08-24 19:42:15 +02:00
Chenhu Wang
28a5bf7b04
[CPU][Snippets] Dynamism via recompilation and cache (#15430) 2023-08-24 21:31:42 +04:00
Roman Kazantsev
8df85badf8
[TF Hub][TF FE] Support TensorListLength and TensorListResize operations (#19390)
* [TF Hub][TF FE] Support TensorListLength and TensorListResize operations

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

* Add test with empty tensor list

* remove assert

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-24 17:54:13 +02:00
Irina Efode
ba6cca8740
[CONFORMANCE] Add comparator accuracy vs conformance (#19374) 2023-08-24 16:22:13 +01:00
Sofya Balandina
b607c00c95
[conformance] Enable local cache using in SubgraphsDumper tool (#18850)
* [conformance] Fix same name for models

* add model name

* Update hash wwith input_info and graph_priority

* Fix double cache

* Read meta from file

* temp to check

* Move loop with caches and add attr to rename

* [conformance] Enable local cache using in SubgraphsDumper tool
2023-08-24 17:05:37 +02:00
Irina Efode
e0a75b78d1
[CONFORMANCE] Update runner readme (#19393) 2023-08-24 18:41:42 +04:00
Irina Efode
07ca0cd426
[CONFORMANCE] Remove debug code from Conformance runner (#19389) 2023-08-24 16:13:04 +02:00
Pavel Esir
eaeeea9c54
[tests] save into different file in compression_test.py (#19356)
* save into different file in compression_test.py

* reuse existing mechanism for tmp_file
2023-08-24 13:58:14 +02:00
yanlan song
498731f8fd
[AUTO] Fix static code scan issue (#19295)
* fix scan issue

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

---------

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-08-24 10:01:11 +00:00
Ilya Churaev
6deca48413
Moved type prop tests to new API from g to z (#19353)
* Moved type prop tests to new API from g to z

* Fixed build
2023-08-24 12:59:49 +04:00
Kelvin Choi
ce47522165
[GPU] Memory reuse false for dynamic and null impl case (#19354) 2023-08-24 17:32:07 +09:00
Kelvin Choi
c89b9edfe7
[GPU] 7-dimention only supports plain format (#19039)
* Skip concat_input_order opt in case dependancy is dynamic

* Add plain 7d 8d case for jitter pitch size
2023-08-23 20:00:02 -07:00
Ilya Churaev
475ce744af
Remove legacy headers and namespaces from C-F type prop tests (#19332) 2023-08-24 06:56:53 +04:00
Ilya Churaev
b77e47970d
Removed legacy headers from some core tests (#19328)
* Removed legacy headers from some core tests

* Fixed build
2023-08-24 06:55:21 +04:00
Paul Youngsoo Ahn
99cc3624b7
[GPU] Fix accuracy issue (#19351)
- [scatter_update] Use input index for input buffer instead of output index
- [concat cpu impl] Sync input layout and mem_ptr when input host tensor creation
- Add unit tests for scatter_update and concat cpu impl
2023-08-23 17:57:18 -07:00
Maxim Vafin
e11e8ede1b
[MO] Fix issue in nncf version verification (#19347)
* Return deleted nncf import

* Remove try-except, it hides exception

* Get version visout importing nncf module
2023-08-23 21:16:26 +02:00
Roman Kazantsev
1d0d00bf22
[TF Hub][GitHub Actions][TF FE] Introduce TF Hub Models Validation in GitHub Actions (#19368) 2023-08-23 18:40:31 +00:00
Oleg Pipikin
ab900606cd
Remove makeDynamicParams (#19226)
* Remove makeDynamicParams

* Apply comments

* Fix1

* Fix2

* Fix3
2023-08-23 18:57:29 +02:00
Sebastian Golebiewski
22fe12fe9b
[DOCS] Updating MO documentation (#18757)
* restructure-mo-docs

* apply-commits-18214

Applying commits from:

https://github.com/openvinotoolkit/openvino/pull/18214

* update

* Apply suggestions from code review

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>

* Apply suggestions from code review

* Update model_introduction.md

* Update docs/resources/tensorflow_frontend.md

* Create MO_Python_API.md

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* revert

* Update Cutting_Model.md

* serialize

* serialize-in-image

* Update Deep_Learning_Model_Optimizer_DevGuide.md

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Update model_conversion_diagram.svg

---------

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-08-23 18:53:27 +02:00
Sebastian Golebiewski
6d3726024d
[DOCS] Updating Supported Model Formats article (#18495)
* supported_model_formats

* add-method

* apply-commits-18214

Applying commits from:
https://github.com/openvinotoolkit/openvino/pull/18214

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* review-suggestions

* Update supported_model_formats.md
2023-08-23 18:26:07 +02:00
Maksim Kutakov
6a628f7056
[CPU] Fix deconvolution default primitive search algo (#19261)
* Fix deconvolution default primitive search

* Add dedicated test
2023-08-23 16:58:38 +02:00
Maksim Kutakov
c6a02b76be
[CPU] Fix convolution plus sum layout alignment (#19279) 2023-08-23 16:29:26 +04:00
Vladislav Golubev
982d0f43c4
[CPU] Optimal number of streams calculation moved after LPT (#19313) 2023-08-23 16:28:42 +04:00
Marcin Kusmierski
25e89a754d
[GNA] Fix memory leak in insert_copy_layer.cpp (#19266)
* Added cleanup transformation for inert copy layer transforamtions
2023-08-23 13:11:16 +01:00
Anton Voronov
59d58b2296
[CPU][ONEDNN] jit_uni_dw_conv_row_f32: fixed post ops start index (#19126) 2023-08-23 15:52:09 +04:00
Ilya Churaev
bc868a8873
Enable clang format for itt headers (#19326) 2023-08-23 15:13:59 +04:00