Commit Graph

9101 Commits

Author SHA1 Message Date
Anastasia Kuporosova
f288baf2b3
Remove unused variables in pytests from azure (#14618) 2022-12-15 21:26:36 +01:00
Ilya Naumov
a0ce891915
benchmark_app python: fix incorrect -i argument parsing for wavernn-rnn input names (#14349)
* benchmark_app python: fix incorrect -i argument parsing for wavernn-rnn input names

* fix for Windows paths
2022-12-15 19:20:14 +03:00
Roman Kazantsev
e44a4fc6d2
[TF FE] Support Assert with string tensors (#14640)
* [TF FE] Support Assert with string tensors

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

* Update src/frontends/tensorflow/src/op/const.cpp

* Update src/frontends/tensorflow/src/op/const.cpp

* Apply code-review feedback: better to use UnsupportedConstant

* Correct unit-test

* Replace Op with Node

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-15 19:28:34 +04:00
Maxim Vafin
9c0ec2c9b4
Add reverse infer (#14348)
* Add reverse infer

* Add more convolutions and include transformation in normalize of tf fe

* Fix code style

* Add activations and eltwise support

* Fix code style

* Add deprecation supression

* Fix pad type

* Remove eltwise

* Remove ngraph namespace usage

* Fix code style

* Apply review feedback

* Add tests for activations and eltwise

* Make transformation friend of tensor to avoid deprecated API

* clang fix all

* Update src/common/transformations/include/transformations/common_optimizations/reverse_shape_and_type_infer.hpp

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

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-12-15 19:26:58 +04:00
Maxim Vafin
7df9031411
Support Dilated convolution in dynamic case (#14615)
* Add Mod evaluate method

* Fix mo transformation for dynamic case

* Fix build
2022-12-15 14:52:15 +00:00
Alexander Kozlov
bc685ac8a0
[Documentation]: Added description for NNCF PTQ (#14437) 2022-12-15 16:10:40 +03:00
Maciej Smyk
ece0341377
DOCS: Quantization doc rewrites - port to master (#14374) 2022-12-15 13:55:06 +01:00
Maciej Smyk
9ba4610797
Stateful models (#14660) 2022-12-15 13:53:26 +01:00
Nadezhda Ageeva
08e46a20e2
[TESTS] Fix QN tests for case when device id is reported (#14601) 2022-12-15 15:41:51 +04:00
Oleg Pipikin
33b0ca885a
Disable clang format for transformation test for fix CI (#14657) 2022-12-15 11:22:34 +01:00
Oleg Pipikin
161a0a6319
Disable clang format for lp transformation test for fix CI (#14629) 2022-12-15 11:12:35 +01:00
Alexandra Sidorova
5eed405478
Fixed Transpose spec (#14623) 2022-12-15 13:51:36 +04:00
Nadezhda Ageeva
6507c7e8bd
Fix code style on master (#14620) 2022-12-15 00:26:02 -08:00
Haiqi Pan
befbae28ca
Add warning of benchmark_app about disabling auto batching (#13907)
* merge master

* reset original format

* remove AUTO

* Update tools/benchmark_tool/openvino/tools/benchmark/main.py

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>

* delete condition

* delete condition in py

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-12-15 10:51:57 +08:00
Karol Blaszczak
2f95de3239
DOCS-menu-recreate-structure-step5 (#14636)
port https://github.com/openvinotoolkit/openvino/pull/14637
Shift to separating the Workflow section, including moving Run and Optimize inference inside Deploy locally

change several article and menu titles
minor additional restructuring
minor content tweaks
remove optimization introduction (may be brought back in parts later)
* several link fixes
* additional link fixes
2022-12-14 18:33:19 +01:00
Roman Kazantsev
0cf95d26bf
[TF FE] Add user guide about TF FE Capabilities and Limitations (#14622)
* [TF FE] Add user guide about TF FE Capabilities and Limitations

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

* Update docs/resources/tensorflow_frontend.md

* Update docs/OV_Runtime_UG/protecting_model_guide.md

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* Update docs/OV_Runtime_UG/deployment/local-distribution.md

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2022-12-14 17:41:00 +04:00
Sebastian Golebiewski
2c20b9a111
DOCS: New homepage for master (#14627)
* new homepage concept

* new diagram
2022-12-14 12:12:37 +01:00
Anastasia Kuporosova
4e8d48a072
[PyOV] Delete repeated requirements files (#14609)
* [PyOV] Delete repeated requirements files

* update azure jobs

* update cmakefiles
2022-12-14 11:28:04 +01:00
mei, yang
3c31488dfe
Set squeeze output shape to scalar if 0 <= input_shape[0] <= 1 (#14293)
* Set squeeze output shape to scalar if 0 <= input_shape[0] <= 1

* add squeeze type_prop test case

* Update src/core/shape_inference/include/squeeze_shape_inference.hpp

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update src/core/shape_inference/include/squeeze_shape_inference.hpp

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2022-12-14 09:13:05 +01:00
Evgeny Kotov
22d7bc70d9
Transpose sinking general (#13943)
* initial

* build fixes + couple of simple unit tests

* remove old transpose_sinking_binary berfore merge with PR branch

* initial

* clang cleanup fixes

* remove TrasposeAxis function; cleanup namespaces

* fix TransposeInputsInfo spell

* one_input_transpose spell

* cleanup speel

* spell

* decompose forward sinking

* decompose backward sink

* use NodeVector

* clang cleanup

* decomposite transformations into different files

* decompose unit tests

* clang cleanup

* fix transformation names in general transformation

* fix ngraph::pass::TransposeFuse use element type the same as in fusing nodes

* add checkout sinking ability function; check sinking ability for unary operations; add unit test on general transformation

* sinking check for binary; unit tests; fixes

* add check to concat transformation; unit test

* add check to split tranformation

* azure build fixes

* add general test

* cleanup tests using common class

* clang cleanup

* add transpose sinkig to moc

* remove comment

* fix after rebase

* clang fixes

* fix after rebase

* code review fixes

* fix after rebase

* add RUN_ON_FUNCTION_SCOPE to general transformation

* fixes after rebase

* move tests to new directory

* cleanup

* use ov::RuntimeAttribute

* move NoTransposeSinkingAttr to files

* fix namespace

* fix names
2022-12-13 17:08:06 +01:00
Tomasz Jankowski
d980365680
[Offline Transformations] Avoid VC warnings (#14605) 2022-12-13 14:50:54 +01:00
Felix Dohyun Kim
cecea2ef99
[GPU] Add device suffix option for functional tests (#13808) 2022-12-13 17:17:44 +04:00
Vladimir Paramuzov
78bd280a30
[GPU] Fix invalid memory access in lrn fsv16 kernel (#14536) 2022-12-13 17:16:13 +04:00
Sergey Shlyapnikov
9f481e8eaa
[GPU] Fix Pad Primitive shape inference (#14282) 2022-12-13 16:59:55 +04:00
Egor Duplenskii
43808d9da4
[CPU] [TESTS] Avoid performing extra skip check (#10608) 2022-12-13 15:36:28 +04:00
Oleg Pipikin
cc386d13ec
Fix code style for transformation and lp transformations tests (#14073)
* Fix code style for transformation tests

* Fix code style for lp transformation tests
2022-12-13 15:19:09 +04:00
Roman Kazantsev
79e34ccbb3
[TF FE] Add info messages in Model Optimizer (#14586)
* [TF FE] Add info messages in Model Optimizer and the preliminary user documentation

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

* Add test model with future operation

* Update docs/MO_DG/prepare_model/TensorFlow_Frontend.md

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* Apply code-review feedback: Recover use of dict

* Fix the rest of feedback

* Remove User documentation for TF FE

* Correct tests to provide required arguments

* Handle argv without framework argument in deduce_framework function

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2022-12-13 11:01:24 +00:00
Maciej Smyk
519cb35983
DOCS: Proofreading OpenVINO Extensibility - port to master (#14035) 2022-12-13 11:19:37 +01:00
Sebastian Golebiewski
3e0ea0ac93
DOCS: Reintroducing APT and YUM installation methods - porting #14492 to master (#14598)
* reintroducing apt and yum

* fix indents and create tabs

fixing indent in apt
creating tabs in yum article

* Update installing-openvino-yum.md

* tabbed content

Inserting installation steps into tabs.
Correcting formatting.

* correcting indents

* correct indent

* indent fix

* Update docs/install_guides/installing-model-dev-tools.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* removing non-cpu dev

Removing GNA, NCS2, VPU from Step 5 in YUM article.
Correcting links to Python.

* add apt and yum for installation

* revising openvino-dev installation

* removing opencv from apt

* remove opencv from yum

* removing non-cpu devs

* Update installing-model-dev-tools.md

* update disclaimer

* openvino development tools

correcting the name

* build samples sections

* add architecture

* remove install details yum

* remove install details apt

* reflink fix

* removing ncs2

* add dependencies

* install parametere

* move note

* Update installing-model-dev-tools.md

* Update installing-openvino-apt.md

* Update installing-openvino-yum.md

* Update docs/install_guides/installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/install_guides/installing-openvino-apt.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-model-dev-tools.md

* Update installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-12-13 17:03:49 +08:00
Jade Cho
347e844153
[GPU] Fix a bug to not apply f-axis offset to oneDNN concat (#14590) 2022-12-13 17:12:59 +09:00
Karol Blaszczak
a007dcd878
DOCS-menu_recreate_structure_step4 (#14583)
documentation section tweaks
create deployment section for further tweaks
API reference moved
compile tool moved
2022-12-13 08:15:15 +01:00
Sofya Balandina
74f2128b3a
[Confromance] Remove CPU from heteroDeviceName (#14379) 2022-12-13 10:57:35 +04:00
Vladimir Paramuzov
c581bbd6dd
[GPU] Fixed invalid offset for tensor with batch padding (#14460) 2022-12-13 09:14:59 +04:00
Szymon Irzabek
8ccabc546f
[GNA] Remove internal overload correction algorithm (#14428) 2022-12-13 06:02:03 +01:00
Maciej Smyk
9cdea2aa73
Target Operating Systems with Python Version fix (#14572) 2022-12-13 12:24:29 +08:00
Oleg Pipikin
c492c6ada3
Fix code style for inference tests (#14243) 2022-12-13 06:59:34 +04:00
Xuejun Zhai
19d9ecd1ba
[C API][DOC] fix error c 2.0 api in 1.0 doc (#14588)
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
2022-12-13 06:52:26 +04:00
Ilya Churaev
74bae530c1
Add property to understand that model was loaded from cache (#14159)
* Add property to understand that model was loaded from cache

* Fixed tests

* Disabled from cache property for auto plugin

* Rename property to loaded_from_cache

* Add to supported properties list
2022-12-13 06:38:44 +04:00
Sofya Balandina
f5a52dd732
[CONFORMANCE] Fix throws tests on KEY_MULTI_DEVICE_PRIORITIES (#14446)
* [CONFORMANCE] Fix throws tests on KEY_MULTI_DEVICE_PRIORITIES

* Update test name in skip configs
2022-12-12 23:39:42 +03:00
Ilya Churaev
a234d45b6c
Deprecated legacy pre-processing dynamic and NV12/i420 API (#14565)
* Deprecated legacy pre-processing dynamic and NV12/i420 API

* Remove OPENVINO_DEPRECATED from headers

* Fixed code style

* Removed new macros

* Add doxygen deprecated messages
2022-12-12 23:11:42 +03:00
Maksim Kutakov
8ba632f690
[CPU] Fix for the convolution node dummy shapes generation (#14520) 2022-12-12 23:09:09 +04:00
Oleg Pipikin
2ff0b24d92
Move ONNX reader tests from ieFuncTests to ov_onnx_frontend_tests (#14132)
* Move ONNX reader tests from ieFuncTests to ov_onnx_frontend_tests

* Fix code style

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-12 21:43:30 +03:00
Artyom Anokhov
4705f54c68
[Deployment Manager Configs] Updated with actual 2022.3.0 structure (#14322)
* Deployment Manager Configs: Updated with actual 2022.3.0 structure

* Deployment Manager cfgs: filled with symlinks for macos and linux. Fixed naming for Python

* Update tools/deployment_manager/configs/linux.json

* Update tools/deployment_manager/configs/darwin.json

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2022-12-12 22:10:16 +04:00
Aleksandr Voron
308e34ec4e
Update ARM_CPU.md (#14579) 2022-12-12 22:02:08 +04:00
Karol Blaszczak
57dbbb3c20
DOCS-menu_recreate_structure_step3 (#14575)
port https://github.com/openvinotoolkit/openvino/pull/14574
Adjusting the benchmarks structure
Restructure menu and adjust content for benchmarks and getting performance numbers
2022-12-12 14:55:51 +01:00
Karol Blaszczak
121d4efabd
Docs menu lvl1 expand script port2master (#14570)
* JS for expanding menu lvl1
Script by Kasia Bojarowska
2022-12-12 13:59:13 +01:00
Oleg Pipikin
062fb60def
Move tests from eiFuncTests to ov_inference_functional_tests (#14310)
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-12 12:56:09 +00:00
Maciej Smyk
4ba498fb2d
FaceNet (#13794) 2022-12-12 13:12:33 +01:00
Maciej Smyk
c5d936b777
lm_1b (#13797) 2022-12-12 13:10:40 +01:00
Maciej Smyk
d55b85808e
NCF_start images (#13823) 2022-12-12 13:07:56 +01:00