Commit Graph

9340 Commits

Author SHA1 Message Date
Ekaterina Aidova
0d8639b6ec
[omz]: update submodule (#14804) 2022-12-23 16:57:39 +00:00
Roman Kazantsev
6b19acb3f3
[TF FE] Fix ResizeBilinear for uint8 type and test Resize operations (#14801)
* [TF FE] Fix ResizeBilinear for uint8 type and test Resize operations

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

* Convert to fp32 right before interpolation

* Add one more test for fp64

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-23 15:39:46 +00:00
Vladimir Paramuzov
3414fc402a
[GPU] Rename exec mode options (#14798) 2022-12-23 17:02:31 +04:00
Zlobin Vladimir
ecfeda32e3
samples/python/benchmark/bert_benhcmark/requirements.txt: add datasets, install torch cpu only for linux (#14765)
* samples/python/benchmark/bert_benhcmark/requirements.txt: add datasets, install torch cpu only for linux

By default for linux torch is installed with GPU support, but for
windows is CPU only

* benhcmark->benchmark
2022-12-23 16:58:32 +04:00
Przemyslaw Wysocki
fa61aed443
[PyOV] Make graph tests hardware agnostic - part 5 (#14743) 2022-12-23 13:06:00 +03:00
Katarzyna Mitrus
5d2d2ec623
OneHot - Shape Inference revision (#14602)
* Add type_prop tests

* Add shape_infer tests

* Update shape_infer to preserve interval dim and label

* Unified approach for get_data_as_shape and negative value checks

* Remove redundant gtest header

* rename one hot shape infer test file

* Add test for shape_infer with default ctor and adjust resolve_axis

* Move get_data_as_shape changes to the one hot custom util

* Adjust custom get_data_as_shape
2022-12-23 13:23:43 +04:00
Katarzyna Mitrus
6b5a563748
[Shape Inference] Select - shape inference review (#14708)
* Select shape_infer tests update

* Add Select type_prop tests

* Add evaluate_lower/upper for select

* Revert evaluate_lower/upper for Select

* Use get_node_input_partial_shapes

* Style and headers improvements

* Style apply

* Rename select shape infer file tests

* Use default ctor for output_shapes init

* Use helper for shape_labels init and add more  dim test cases
2022-12-23 13:22:24 +04:00
Mateusz Bencer
ca4d79d5ee
[ONNX FE] Add checking if Constant size match provided external data weights (#14783) 2022-12-23 09:18:43 +00:00
Nadezhda Ageeva
8c897e5473
Fix output precision of MatrixNmsIE (#14788) 2022-12-23 11:39:32 +04:00
Ilya Churaev
139a9de45b
Revert zi fs flags (#14782)
* Revert "[VPUX] - add replacement /Z7 -> /Zi /FS (#14753)"

This reverts commit 4dc44a5a26.

* Revert "Use Zi FS instead of Z7 (#14741)"

This reverts commit 1147777808.

* Revert "[OV][VPUX] - Debug build flags (#14651)"

This reverts commit d300abf743.
2022-12-23 10:59:14 +04:00
Taylor Yeonbok Lee
eaf36fdd36
Added gather dynamic gpu func test (#14715)
Currently limited scope of gather is supported for dynamic shape: i.e., input/output dimension should be same if the shape is > 4D
2022-12-22 22:44:35 -08:00
Mateusz Tabaka
90d3448d1b
Update frontend extension docs with python examples (#14778)
Ticket: 98857
2022-12-23 07:44:25 +01:00
Evgeny Kotov
8807c46056
Transpose sinking Unsqueeze different ranks (#14354)
* add unit test for incompat shapes case; fix existed unit tests using get_test_name

* cleanup

* fix unit tests; add unsqueeze insertion

* cleanup

* add test for concat

* fix unit test for concat

* reset concat test to master

* cleanup

* cleanup after rebase

* cleanup

* fix after rebase

* clang fixes

* remove unused headers

* input squeeze on forward sinking

* code review fixes

* add test for forward unsqueeze case

* cleanup

* fix windows build warning/error

* code review fixes
2022-12-23 06:52:55 +01:00
Piotr Krzemiński
f9796ee06a
[BENCHMARK_APP] Add warning if performance mode is not set to max on Windows (#14616)
* [C++] Display a warning if Power Mode is not 'Max Performance' - rebase from master

* [C++] Prevent std::max from colliding with windows.h max macro

* [PYTHON/C++] Update README docs to reflect possible inaccuracies from optimization settings

* [C++] Cleanup windows optimizations
2022-12-23 06:37:57 +01:00
Ruslan Nugmanov
250e075ee9
TFlite layer tests (#14760)
* tflite layer tests

* tflite inference

* removed part to remove

* clean-ups

* removes input preprocessing for tflite

* Apply suggestions from code review

Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
Co-authored-by: Evgenya Stepyreva <eva.my.link@gmail.com>
2022-12-23 05:44:44 +03:00
Pavel Esir
a7b3ae6a9d
[MO] tmp IR cleanup if serialization or fem.load_by_framework fails (#14712)
* cleanup tmp IR files after unexpected failures

* separated catching during tmp serialize and fe.load

* updated file path specification

* moved base MO arguments into utils

* removed redundant 'except' blocks

* shortened specifying MO args

* calling unit-tests from subprocess; joined 2 try/except block into a single one

* changed postfix so that test is run without duplications only once
2022-12-22 22:35:13 +03:00
andriipx
31112e2c10
Changed fw_eps for test_conv_5D_precommit tests (#14573)
* changed fw_eps for test_conv_5D_precommit tests

* fixed cases with changing fw_eps for test_conv_5D_precommit tests

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-12-22 19:42:33 +03:00
Oleg Pipikin
eac0be0f82
Move paddle reader tests from ieFuncTests to paddle_tests (#14166)
* Move paddle reader tests from ieFuncTests to paddle_tests

Fix code style
Modify Paddle reader test to use generated model

* Enable paddle tests in Azure CI

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-22 14:58:48 +04:00
Tomasz Jankowski
b9749a984d
[Core] Add evaluate to CumSum core op (#14566)
* Add evaluate to CumSum core op

* Use new API

* Remove unneeded types

* Revert evaluate in template plugin

* Correct evaluete availability

* Improve code

* Add test

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2022-12-22 10:48:47 +00:00
Daria Mityagina
4dc44a5a26
[VPUX] - add replacement /Z7 -> /Zi /FS (#14753) 2022-12-22 12:22:00 +03:00
Karol Blaszczak
10368fbd71
add warnings (#14776) (#14780)
authored-by: 
Dariusz Trawiński
Tatiana Savina
2022-12-22 08:57:42 +01:00
Jan Iwaszkiewicz
2acf3e663c
Fix docs requirements versions (#14729)
* Fix docs requirements versions

* Bump jinja to fix markupsafe issues
2022-12-22 07:05:39 +01:00
Sun Xiaoxia
25ef748646
Modify statistical information threads on Latency mode (#14392) 2022-12-22 09:24:19 +04:00
Roman Kazantsev
b435d46f04
[Core util] Collect dynamism signature for sub-graph operations (#14762)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-21 23:40:00 +03:00
Jan Iwaszkiewicz
243da9bc1d
[PyOV] Add pathlib.Path objects as arguments to serialize pass (#14746) 2022-12-21 21:44:20 +03:00
Karol Blaszczak
464b5e0b48
DOC-final-benchmark-changes-for-release (#14770) 2022-12-21 18:05:03 +01:00
Przemyslaw Wysocki
cc221679e6
[PyOV] Make graph tests hardware agnostic - part 4 (#14705) 2022-12-21 14:44:20 +01:00
Xiping Yan
9ba9687301
[CPU] Fix win conditional compilation build failure (#14589) 2022-12-21 16:23:51 +04:00
Sergey Shlyapnikov
901e7982d6
[GPU] Fix Experimental Detectron ROI Feature Extractor pyramid levels indexing and Experimental Detectron DO in case of class_agnostic_box_regression option (#14700) 2022-12-21 15:11:33 +04:00
Ilya Churaev
425a3a1974
Removed legacy get_name (#14751) 2022-12-21 10:25:51 +00:00
Sofya Balandina
7856045497
[CompileModelCacheTestBase] Avoid tests with ops and them unsupported precision (#14582)
* [CompileModelCacheTestBase] Avoid tests with ops and them unsupport presicion

* Update functional and plugins tests
2022-12-21 14:23:03 +04:00
Sofya Balandina
20ca25bfca
Fix crash on CompileModelCacheTestBase.CompareWithRefImpl/KSOFunction (#14678) 2022-12-21 14:18:41 +04:00
Przemyslaw Wysocki
271681a07f
[PyOV] Make graph tests hardware agnostic - part 2 (#14519) 2022-12-21 10:15:53 +01:00
cecilia peng
2d5fa2d164
fix heap-buffer-overflow issue. (#14648) 2022-12-21 09:12:08 +00:00
Yuan Xu
3cf64c329e
remove a space (#14755) 2022-12-21 12:08:55 +03:00
Ilya Churaev
53a6396579
Bump OpenVINO version (#14742)
* Bump OpenVINO version

* Bump IE version
2022-12-21 09:57:27 +01:00
Ilya Churaev
1147777808
Use Zi FS instead of Z7 (#14741) 2022-12-21 12:15:34 +04:00
Roman Kazantsev
e7b510376a
[TF FE][Telemetry] Collect statistics about operations that fails the conversion (#14736)
* [TF FE] Add error-cause operation event for telemetry

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

* Revert unneeded changes

* Apply code-review feedback: replace test with unreal op, use error_cause

* Add test model with unreal Add operation

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-21 10:09:25 +04:00
Vladimir Paramuzov
04c0dbbf60
[GPU] Fix shape infer for 0d broadcast (#14744) 2022-12-21 09:39:20 +04:00
Pawel Raasz
5714fdfe6b
Extend partial shape to use back inserter and emplace (#14723)
* Extend partial shape interface add value_type
- add emplace_back

* Example to created dimension in output shape
instead of using tmp vector

* Add partial shape tests
2022-12-21 08:36:24 +04:00
Felix Dohyun Kim
fcd33063be
[GPU][DG2] Fix deconv unit tests (#14176)
* Quantize clamp optimization(prepare_quantization.cpp:227) for cldnn is not proper to onednn.
  * cast intermediate variable to output type after ~
  * cldnn: every fused quantization.
  * onednn: all post-ops are processed.
* A little perf regression expected in onednn because clamp is relatively heavier operation than type casting.
* Remove deconv workaround from PR #14139
2022-12-21 11:39:57 +09:00
Karol Blaszczak
55879bdbee
Docs minor release adjustments (#14745)
Update benchmark-data.csv
update external files
update articles, faq included

* hide ovms benchmark
2022-12-20 23:07:51 +01:00
Karol Blaszczak
d7c3e0acaf
DOCS: Add text for doc headers (#14671) (#14748)
port https://github.com/openvinotoolkit/openvino/pull/14671

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2022-12-20 23:05:11 +01:00
Anton Voronov
63e0b47a7d
[DOCS][CPU] Added sparse weights decompression feature description (#14730)
* [DOCS][CPU] Added sparse weights decompression feature description

* sparsity documentation fix

* fixed code snippet names

* moved code snippets into cpu folder

* review changes

* review fixes 2

* review fixes 3

* code style fix

* small fix
2022-12-20 22:15:44 +01:00
Andrei Gorbachev
25671ca219
[GPU] Fix convert color I420 (#14679) 2022-12-20 20:02:46 +03:00
Krzysztof Bruniecki
9ba6e48dbf
[GNA] Fix input padding validator (#14607)
* [GNA] Fix input padding validator

   Assert that kernel above padding size
   Add tests
   Simplify compile target handling in graph compiler
   Fix issue 98584
   Swap padding end axes when swaping begin (fix 99008)

* [GNA] Add unit test for ShouldUseOnlyConv2DGnaIface fixed

* Apply review

* Simplify mock for GNA Lib

* Fixup missing includes

* Fix static build issues described in 71010
2022-12-20 15:04:40 +00:00
Gorokhov Dmitriy
fa55306794
[CPU] Extend StridedSlice dynamic shape support (#14541) 2022-12-20 10:50:41 +00:00
Marcin Kusmierski
6bca87a88a
[GNA] Fix exception handling on wait and infer (#14578)
* [GNA] Move definition of GNAInferRequest class to source file

* [GNA] Fix handling exception for infer() and wait() gna_infer_request

* fixed handling of exceptions for wait and infer gna_infer_request
* fixed closing ongoing subrequest of divided model in case of exception on
    on enqueueing request or waiting for end of request.

* [GNA] Apply review comments, Removed exceptions from enqueue and wait for Worker

* changed API of request worker to return:
    * erorr in case wait failed instead of
        throw,
    * return true/false for enqueue instead of exception for failure case

* [GNA] Fix review commentd related to gna_infer_request and worker_impl

* [GNA] Add tests for GANInferRequest

* added tests for exception handling of Infer, Wait, StartAsync methods of
    GNAInferRequest class.

* [GNA] Added final fixes for review comments.
2022-12-20 10:15:15 +00:00
Marcin Kusmierski
bc69385093
[GNA] Create new tests for PWL approximation and refactor numerical_u… (#14604)
* [GNA] Small Improvement in PWLApproximation and update of unit test for it.

* added template method for floating pointcomparision
* added new tests for PWLApproximation

* [GNA] Refactor numerical_utils and usage of its method in plugin

* refactor numerical utils use template methods for conversion and comparision
2022-12-20 09:20:09 +00:00
cecilia peng
8ef6ad3665
[Paddle] Add paddle frontend developer guide. (#13464)
* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* [Paddle] Add paddle frontend developer guide.

* add png.

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* Update src/frontends/paddle/README.md

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

* Update src/frontends/paddle/README.md

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

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

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

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

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

* Update src/frontends/paddle/docs/tests.md

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

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

Co-authored-by: mei, yang <yang.mei@intel.com>

* fix CR.

* unit test path

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* fix with mermaid.

* fix

* fix

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* fix

* fix

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/paddle_frontend_architecture.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/paddle/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* more specific

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: mei, yang <yang.mei@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-20 13:01:43 +04:00