Commit Graph

12350 Commits

Author SHA1 Message Date
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
Mikhail Ryzhov
e9fdf6a317 fixed review comments 2023-08-23 15:09: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
Ilya Churaev
dcfb6bb042
Remove some legacy headers from inference component (#19325)
* Remove some legacy headers from inference component

* Fixed code style
2023-08-23 15:13:30 +04:00
Mustafa Cavus
aa53394c07
TorchFX bugfix missing core object in get_device() (#19255) 2023-08-23 14:42:38 +04:00
Vladimir Paramuzov
3b2e263879
[GPU] Fix reshape optimization (#19270) 2023-08-23 10:25:04 +00:00
Ekaterina Aidova
80b8b6fff1
[PT FE]: allow example input list with single tensor (#19308) 2023-08-23 12:08:39 +04:00
Ivan Tikhonov
128ec5452e
Transformations API 2.0: replace ngraph headers and namespaces with openvino (#19304)
* switch to OV headers and namespaces

* resolve review comments

* fix precomp header

* refactoring, add missing include
2023-08-23 11:45:34 +04:00
Oleg Pipikin
7aa51d6775
Remove makeParams (#19306) 2023-08-23 11:39:05 +04:00
Evgeny Kotov
f4cc3bf7d3
add callback check (#18397)
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-08-23 11:01:11 +04:00
Xuejun Zhai
50214511e7
Avoid creating new threads when converting legacy inference request to API 2.0 (#19342)
* Fix error in CVS-115961, caused by wrapper covert 1.0 req to 2.0 req create 2 more threads

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* Eable the test of compareAutoBatchingToSingleBatch with batch size 4 & num req 64, after fix issue 115961

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-08-23 10:25:47 +04:00
Alexandra Sidorova
27bf0f9e1e
[Snippets] Fixed memory leak in LinearIR (#19316) 2023-08-23 09:18:04 +04:00
Mikhail Ryzhov
aba622cf31
Merge branch 'master' into github_actions/tests_parallel 2023-08-22 21:11:22 +02:00
Mikhail Ryzhov
0faf788dd2 reverted build runner 2023-08-22 18:35:45 +02:00
Mikhail Ryzhov
e0930ad644 reverted windows changes 2023-08-22 18:23:41 +02:00
Mikhail Ryzhov
b6b53d1691 Merge branch 'github_actions/tests_parallel' of https://github.com/mryzhov/openvino into github_actions/tests_parallel 2023-08-22 18:20:25 +02:00
Mikhail Ryzhov
b537b9cdf5
Apply suggestions from code review
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-08-22 18:16:07 +02:00
Mikhail Ryzhov
66b5480518 aligned run_conformance.py 2023-08-22 17:34:42 +02:00
Maxim Vafin
4882ccde03
[PT FE] Fix issue when FakeQuantize is not inserted after regular operations (#19314) 2023-08-22 17:18:23 +02:00
Karol Blaszczak
6eee51a6ef
[DOCS] including NPU documents (#19340) 2023-08-22 17:17:37 +02:00
Pratham Ingawale
9a76daf94b
generator to pytest (#19298)
* trying with pytest

* update as per suggested

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-08-22 17:42:56 +04:00
Mikhail Ryzhov
7a6c48cb1a windows pip requirements 2023-08-22 15:38:12 +02:00
Sebastian Golebiewski
6cd70af7c2
update-notebooks (#19337) 2023-08-22 15:37:37 +02:00
Mikhail Ryzhov
4c227b21e1
Merge branch 'master' into github_actions/tests_parallel 2023-08-22 15:32:57 +02:00
Mikhail Ryzhov
bb727e9d97 rebase fixes 2023-08-22 15:30:21 +02:00
Oleg Pipikin
de65abc6b3
Remove WA for vpu repo with CommonTestUtils namespace (#19275) 2023-08-22 13:03:45 +00:00
Zhang Yi
7e724565b5
[CPU] Use parallel_nt_static for MLAS threading (#19297) 2023-08-22 10:38:07 +00:00
Sergey Shlyapnikov
7df8d1ca2d
[GPU] Add per iteration performance profiling mode (#18637) 2023-08-22 12:37:36 +02:00
Surya Siddharth Pemmaraju
acbac2f560
Added openvino torch backend import statement in init files (#19208)
* Added openvino torch backend import statement in init files

* Added openvino/torch folder for simplyfing the import

* Removed imports from all the other init.py files

* Fixed flake8 issues

* Removed requirements.txt

* Removed redundant functions
2023-08-22 14:24:53 +04:00
Mikhail Ryzhov
8a11fdd98b cleanup debug 2023-08-22 12:03:47 +02:00
Mikhail Ryzhov
a29080be0b fixed win pipeline 2023-08-22 12:03:46 +02:00
Mikhail Ryzhov
bdcde3acec fixed test results 2023-08-22 12:03:45 +02:00
Mikhail Ryzhov
f3770feaba fixed "#" 2023-08-22 12:03:43 +02:00
Mikhail Ryzhov
f5d5fa3db8 removed os specific code 2023-08-22 12:03:42 +02:00
Mikhail Ryzhov
2be4f24b90 debug 2023-08-22 12:03:41 +02:00
Mikhail Ryzhov
8a2fdd18df fixed pipelines 2023-08-22 12:03:40 +02:00
Mikhail Ryzhov
5abb0216d9 added logs on Windows 2023-08-22 12:03:39 +02:00
Mikhail Ryzhov
21c4a8beef changed pipelines 2023-08-22 12:03:38 +02:00
Mikhail Ryzhov
c3c1637660 extended logging 2023-08-22 12:03:36 +02:00
Mikhail Ryzhov
7f536152cf fixed windows pipeline 2023-08-22 12:03:35 +02:00
Mikhail Ryzhov
4f3b15c9d8 Fixed test counter 2023-08-22 12:03:33 +02:00
Mikhail Ryzhov
3b5be99c34 optimized balancing using heap 2023-08-22 12:03:32 +02:00
Mikhail Ryzhov
965040eaed changed runner for windows 2023-08-22 12:03:31 +02:00
Mikhail Ryzhov
b8ed7368f9 enable windows pipeline 2023-08-22 12:03:30 +02:00