Maxim Vafin
89d3eaa67f
Fix issue with Pow when both inputs are scalars ( #17305 )
...
* Fix issue with Pow when both inputs are scalars
* Fix code style
2023-05-02 16:49:42 +02:00
Roman Kazantsev
35cae6251c
[MO][TF FE] Handle constant with undefined value ( #17311 )
...
Since TF 2.10 the native model freezing can produce constants with undefined value,
i.e. tensor shape can be any and value is []. In this case the tensor just fills up with
the default value (0 - for numerics, "" - for strings)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-05-02 14:02:36 +00:00
Anton Voronov
d9b04be3ae
[DOC] small fix for sparse weights decompression feature documentation ( #17315 )
2023-05-02 15:50:37 +02:00
Sergey Shlyapnikov
3b8bb1fb17
[GPU] Use BFS processing order for out_of_order queue ( #17250 )
2023-05-02 15:14:38 +04:00
Yuan Hu
82ec92dd98
[CPU][coverity] fix coverity issue in concat and graph_optimizer ( #17191 )
...
* fix coverity issue in concat
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix coverity issue in graph_optimizer.cpp
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix review issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix the mistaken that there are two throw
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
2023-05-02 12:27:05 +02:00
Tatiana Savina
93980873a0
update OTE and Datumaro links ( #17269 )
2023-05-02 11:49:25 +02:00
Sebastian Golebiewski
f6600665ba
DOCS shift to rst - Opsets H & I ( #17284 )
...
* update
* update
* cpp
2023-05-02 11:15:23 +02:00
Przemyslaw Wysocki
89167ddcf5
Bump OMZ submodule ( #17117 )
...
* Bump submodule sha
* Bump pybind
* Bump OMZ
* Skip transformers[onnx]
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
Co-authored-by: gklodkox <gracjanx.klodkowski@intel.com>
2023-05-02 10:55:21 +02:00
Maxim Vafin
82dbca998a
Do not fuse Pad with negative pads ( #17239 )
...
* Do not fuse Pad with negative pad values
* Update src/common/transformations/tests/common_optimizations/pad_fusion.cpp
* Update src/common/transformations/tests/common_optimizations/pad_fusion.cpp
2023-05-02 10:49:53 +02:00
Andrew Kwangwoong Park
583f3e243c
[GPU] Remove temporary W/A for GPU NMS shape inference ( #17306 )
...
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-05-02 12:23:13 +04:00
Vladimir Paramuzov
b6761beb55
[GPU] Don't throw exception if no devices are found ( #17288 )
2023-05-01 13:57:06 +00:00
Roman Kazantsev
14e146b7c8
[TF FE] Extend pre-commit for SpaceToBatch after CPU crash ( #17278 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-05-01 17:29:50 +04:00
Roman Kazantsev
b253342ea6
[TF FE] Use original input types for SavedModel ( #17295 )
...
Also, refactor TF FE unit-tests
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-05-01 15:46:29 +04:00
Piotr Krzemiński
b7311d8907
[PT FE] Fix aten::chunk for dynamic shapes ( #16902 )
...
* [PT FE] Add replacer for chunk+getitem
* [PT FE] Fix missing replaced nodes, fix incorrent chunk size calculation
* [PT FE] Fix incorrect item shape, reduce tests count
* [PT FE] Convert back with frontend
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-05-01 09:32:10 +00:00
Taylor Yeonbok Lee
52bf9abb8c
Added batch_hash and entry_hash of corresponding opencl kernel to be used in debugging ( #17277 )
2023-04-29 01:11:24 +00:00
Ilya Lavrenov
2ae23dd1ad
Fixed Python API build for Ubuntu 22.04 with python3.11 ( #17297 ) ( #17298 )
...
* Fixed Python API build for Ubuntu 22.04 with python3.11
* Update ONNX CI docker to test python 3.11 and system pybind11
2023-04-29 04:34:10 +04:00
Ilya Lavrenov
7743e175b7
Warn if OpenVINO symbols require new CXX ABI ( #16080 )
...
* Warn if OpenVINO symbols require new CXX ABI
* Fixed warnings / errors on Windows
2023-04-29 01:17:52 +01:00
Ilya Lavrenov
0374a65fad
Fixed cpplint for arm ( #17296 )
2023-04-29 01:31:42 +04:00
Ilya Lavrenov
7ac5bab343
Fixes for OpenCL via brew package ( #17291 )
2023-04-29 00:06:19 +04:00
Maksim Doronin
9776f4d11f
Fix enable_plugins_xml ( #17294 )
2023-04-29 00:02:49 +04:00
Nesterov Alexander
f4d78ff9d8
[ARM CPU] Fix AVGPool tests ( #17272 )
...
* fix interpolate bug
* fix ceil part in avgpool
* Update acl_interpolate.cpp
* Update acl_interpolate.cpp
* Update acl_pooling.cpp
* Update acl_pooling.cpp
2023-04-28 23:44:57 +04:00
Vladimir Paramuzov
c6ec6d457f
[GPU] Move functional tests to intel_gpu/tests ( #17248 )
2023-04-28 22:10:18 +04:00
Tatiana Savina
62ed45b9a0
[DOCS] Fix missing snippet and line ( #17292 )
...
* fix snippet path
* fix indent
2023-04-28 16:53:44 +00:00
Egor Duplenskii
058c07008c
[CPU][ARM][DEBUG_CAPS] Fix cross-compilation issue ( #17285 )
2023-04-28 16:02:23 +00:00
Egor Duplenskii
25ed941691
[CPU] Add CPU plugin specific properties to supported_properties list ( #16720 )
...
* [CPU] Add CPU plugin specific properties to supported_properties list
* Add tests and move cpu specific tests from shared_tests_instances
---------
Co-authored-by: Anton Voronov <anton.voronov@intel.com>
2023-04-28 19:09:38 +04:00
Vladislav Golubev
4ffde4c786
[CPU] Deconv dummy shape generation fix ( #17210 )
...
* [CPU] Deconv dummy shape generation fix
* Added test cases
* genaral padding generation solution
* Review comments applied
2023-04-28 17:02:34 +02:00
Irina Efode
8c7a0800b6
[CONFORMANCE] Add rel_weights reporting for QM tests ( #17198 )
2023-04-28 13:28:27 +01:00
Sofya Balandina
9248ecadee
[apiConformance] Rebalance ImportExport and LifeTime tests ( #17129 )
2023-04-28 16:19:20 +04:00
Pavel Esir
e2baf7f0a2
DOCS remove deprecated options ( #17167 )
...
* DOCS remove deprecated options
* removed a couple more not actual questions
* remove the whole lines completely
* remove a couple of more deprecations
2023-04-28 11:53:46 +00:00
Tatiana Savina
2ae7d4428b
[DOCS] shift to rst - opsets N ( #17267 )
...
* opset to rst
* change list indentations
* fix formula
* add n operations
* add negative and nonzero
* fix link
* specs to rst
* fix matrixnms path
* change path to if
* fix list
* fix format
2023-04-28 13:04:07 +02:00
Chenhu Wang
43842e2486
[CPU] proofreading correction ( #17246 )
2023-04-28 12:13:30 +02:00
Sofya Balandina
740ee3c185
[apiConformance] Move models to concat ( #16759 )
2023-04-28 13:19:24 +04:00
Georgy Krivoruchko
835f51a5d2
[TF FE] Added additional pruned inputs for MetaGraph support ( #17237 )
...
* Added handling of additional pruned inputs
Added possible topology of RestoreV2 -> AssignVariableOp
Added additional checks
* Extended tests coverage
2023-04-28 13:03:33 +04:00
Anastasiia Pnevskaia
269ed1d9cc
Fix of groupconv_to_conv() in MO IR reader ( #17118 )
...
* Fixed bug in groupconv_to_conv() method.
* Small correction.
* Test correction.
2023-04-28 11:25:29 +04:00
Karol Blaszczak
dd0b1f0ab3
[DOCS] shift to rst - opsets F,G ( #17266 )
2023-04-28 08:48:01 +02:00
Karol Blaszczak
94cf2f8321
[DOCS] shift to rst - opsets F,G ( #17253 )
2023-04-28 08:47:50 +02:00
Nikita Savelyev
100d56261a
Added missing import keyword ( #17271 )
2023-04-28 00:05:20 +04:00
Roman Lyamin
fbc14a2efb
[GPU] Coverity fixes ( #17241 )
2023-04-27 22:14:27 +04:00
Anastasiia Pnevskaia
6be92361a2
[DOCS] Document Model Optimizer Python API ( #14380 )
...
* Added MO convert_model() documentation.
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Updated Convert_Model pages for PyTorch and TF with PythonAPI info. United TF2 and TF formats lists.
* Added info on flag params, example_input formats list, small corrections.
* Moved MO python API to separate doc. Small text corrections.
* Added TF types conversion description.
* Removed duplicating info.
* Added description of InputCutInfo types and default onnx opset.
* Small correction.
* Changed type table to bullets, added blank lines.
* Added quote marks.
* Removed redunrant bullets.
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Apply suggestions from code review.
* Added new line.
* Apply comments from review.d
* Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Added description of lists of parameters.
* Update docs/MO_DG/prepare_model/MO_Python_API.md
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
* Added details about input_shape, example_input.
* Updated PyTorch page.
* Corrected input_signature description.
* Format correction.
* Format correction.
* Format correction.
* Format correction.
* Small correction.
* Small correction.
* Removed input_signature param description.
* Updated text.
* Small correction.
* Small correction.
* Removed not needed examples.
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Added new line.
* Update docs/MO_DG/prepare_model/MO_Python_API.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Added titles of examples.
* Update docs/MO_DG/prepare_model/MO_Python_API.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update docs/MO_DG/prepare_model/MO_Python_API.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_PyTorch.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
2023-04-27 17:59:19 +00:00
Vladimir Paramuzov
b019868653
[GPU] Added missing second input to splitted reshape in handle reshape pass ( #17254 )
2023-04-27 17:21:17 +01:00
Vladislav Golubev
bf59a67d94
[Shape inference] Pooling: Dimension div fix ( #17197 )
...
* Dimension div fix
* codestyle fixes
* Convolution labels propagation test instances corrected
2023-04-27 17:18:12 +01:00
Sun Xiaoxia
893b29eab4
HOT FIX: Xiaoxia/fix read wrong data in muti threading ( #17240 )
...
* fix threading test sporadic failure
* fix read wrong data in muti threading
* fix read and write sync
* add lock before cpu._cpu_mapping_table[i][CPU_MAP_USED_FLAG],because CPU_MAP_USED_FLAG may be modified by set_cpu_used
2023-04-27 22:44:44 +08:00
Maxim Vafin
1d443c6da6
Fix problems with pytorch models passed to convert_model ( #17255 )
...
* Do eval() only for torch Module
* Add test
* Support decoder in convert_model
* Enable tests
2023-04-27 18:33:46 +04:00
Mateusz Bencer
2b8a6ba99a
condition to print warnings ( #17195 )
2023-04-27 13:43:32 +00:00
Jan Iwaszkiewicz
ca02336c1b
[PyOV] Bump pybind to 2.10.4 ( #17251 )
2023-04-27 16:41:45 +04:00
Artyom Anokhov
e06c4cc6fd
CMakeLists: Changed FATAL_ERROR to Warning in case of OpenCLHeaders not found ( #17260 )
2023-04-27 16:22:53 +04:00
Ivan Tikhonov
40bf400b18
Add FakeQuantize op support in TS transformations ( #17243 )
...
* Add FQ op support in TS transformations
* codestyle
* Mark FQ as supported op in the TS ops list
2023-04-27 15:09:07 +04:00
Nikolay Shchegolev
22bb3af7df
[CPU] Disable test case with sporadic failure. ( #17256 )
2023-04-27 14:06:33 +04:00
Sebastian Golebiewski
c0767a7e27
[DOCS] TensorFlow Lite FrontEnd updating dev docs ( #17225 )
...
* update with tflite
* Update index.md
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-04-27 13:58:25 +04:00
Anastasiia Pnevskaia
59e28f8d0d
Disabled tests. ( #17231 )
2023-04-27 13:39:58 +04:00