Maxim Vafin
cebbfe65ac
[DOCS] Add examples of using named outputs in extensions ( #17622 )
...
* [DOCS]Add examples of using named outputs in extensions
* Fix opset
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/Extensibility_UG/frontend_extensions.md
* Add reference to external docs
* Update docs/Extensibility_UG/frontend_extensions.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
---------
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2023-05-24 14:15:01 +02:00
Aleksandr Voron
c4c6567182
[DOCS][CPU] Update ARM CPU plugin documentation ( #17700 )
2023-05-24 15:42:32 +04:00
Karol Blaszczak
1a9ce16dd6
[DOCS] framework deprecation notice ( #17484 ) ( #17537 )
...
Port: #17484
A new PR will be created with more changes, as suggested by jane-intel and slyalin. The "deprecated" label for articles and additional content on converting models to ONNX will be covered then.
2023-05-24 11:53:56 +02:00
Maciej Smyk
4e8d5f3798
[DOCS] link fix ( #17658 )
2023-05-23 07:31:19 +02:00
Przemyslaw Wysocki
7351859ec2
limit linter ( #17624 )
2023-05-22 23:58:06 +04:00
Ilya Lavrenov
405c5ea03a
Install libtbb12 on U22 ( #17653 )
2023-05-22 17:52:59 +04:00
Sebastian Golebiewski
183253e834
[DOCS] Update Interactive Tutorials - for 23.0 ( #17600 )
...
port: https://github.com/openvinotoolkit/openvino/pull/17598/
2023-05-22 14:46:14 +02:00
Maciej Smyk
cfea37b139
[DOCS] RST fixes for 23.0 ( #17606 )
...
* fixes
2023-05-22 10:33:32 +02:00
Tatiana Savina
34f00bd173
DOCS Update optimization docs with NNCF PTQ changes and deprecation of POT ( #17398 ) ( #17633 )
...
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update home.rst
* Update ptq_introduction.md
* Update Introduction.md
* Update Introduction.md
* Update Introduction.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update model_optimization_guide.md
* Update ptq_introduction.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update Introduction.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update ptq_introduction.md
* Update Introduction.md
* Update model_optimization_guide.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update Introduction.md
* Update FrequentlyAskedQuestions.md
* Update model_optimization_guide.md
* Update Introduction.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* added code snippet (#1 )
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update model_optimization_guide.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* Delete ptq_introduction.md
* Update FrequentlyAskedQuestions.md
* Update Introduction.md
* Update quantization_w_accuracy_control.md
* Update introduction.md
* Update basic_quantization_flow.md code blocks
* Update quantization_w_accuracy_control.md code snippets
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
* Update model_optimization_guide.md
* Optimization docs proofreading (#2 )
* images updated
* delete reminder
* review
* text review
* change images to original ones
* Update filter_pruning.md code blocks
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update images (#3 )
* images updated
* delete reminder
* review
* text review
* change images to original ones
* Update filter_pruning.md code blocks
* update images
* resolve conflicts
* resolve conflicts
* change images to original ones
* resolve conflicts
* update images
* fix conflicts
* Update model_optimization_guide.md
* Update docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
* Update docs/optimization_guide/nncf/ptq/code/ptq_onnx.py
* Update docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py
* Update docs/optimization_guide/nncf/ptq/code/ptq_openvino.py
* table format fix
* Update headers
* Update qat.md code blocks
---------
Co-authored-by: Maksim Proshin <maksim.proshin@intel.com >
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com >
2023-05-19 15:37:41 +00:00
Tatiana Savina
17326abb72
[MO][TF FE] Document freezing as essential step for pruning SM format ( #17595 ) ( #17632 )
...
* [MO][TF FE] Document freezing as essential step for pruning SM format
* Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
2023-05-19 15:32:57 +00:00
Ilya Lavrenov
8601042bea
Added python 3.11 for deployment tool ( #17627 )
2023-05-19 18:08:49 +04:00
Artyom Anokhov
39958e0dc1
Updated APT/YUM instructions with actual version. Added instructions for Ubuntu22. Updated subfolders naming for APT. ( #17561 )
2023-05-19 12:46:40 +02:00
Maciej Smyk
6fc9840e32
[DOCS] Link adjustment for 23.0 ( #17604 )
2023-05-18 15:10:13 +02:00
Ekaterina Aidova
b4452d5630
update OMZ submodule to fix bug ( #17570 )
2023.0.0
2023-05-17 05:51:59 -07:00
Evgenya Stepyreva
4c69552656
Normalize_L2 relax constant input restriction ( #17567 )
...
* Normalize_L2 relax constant input restriction
* Fix warning treated as error during windows build
2023-05-17 12:37:02 +00:00
Maciej Smyk
6d8b3405ca
[DOCS] Precision Control article for 23.0 ( #17573 )
...
Port from: https://github.com/openvinotoolkit/openvino/pull/17413
Added separate article on Precision Control (ov::hint::execution_mode and ov::inference_precision properties)
2023-05-17 11:21:05 +00:00
Evgenya Stepyreva
4c2096ad9c
Strided Slice fix constant creation ( #17557 )
...
* Strided Slice fix constant creation
* Apply suggestions from code review
* Final touches
2023-05-16 13:53:57 +00:00
Aleksandr Voron
0c67b90f47
[CPU][ARM] Dynamic shapes support in ARM transformations ( #17517 )
2023-05-16 13:10:34 +04:00
Jan Iwaszkiewicz
83f51e0d00
[PyOV][Backport] Remove numpy strides from Tensor creation ( #17535 )
...
* [PyOV] Remove numpy strides from Tensor creation
* [PyOV] Add test for stride calculation
* [PyOV] Fix flake issue
2023-05-16 09:04:56 +04:00
Dmitry Kurtaev
8bb2a2a789
[CMake] Add CMAKE_MAKE_PROGRAM arg ( #17340 )
...
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
2023-05-15 17:22:27 +04:00
Pawel Raasz
c9cfd6755c
[Core] StridedSlice improvements of bound evaluation and constant folding ( #17536 )
...
* StridedSlice improvements:
-Bound evaluation for begin, end partial values when ignore mask set.
- Custom constant fold implementation.
* Improve const folding when all begin or end values
are ignored
2023-05-15 12:24:36 +00:00
Karol Blaszczak
c0060aefa7
Prepare "memory_optimization_guide.md" ( #17022 ) ( #17498 )
...
---------
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com >
2023-05-15 10:48:32 +02:00
Gorokhov Dmitriy
8a97d3c0e1
[CPU] Restore OneDNN InnerProduct primitive os_block computation behavior ( #17462 )
2023-05-12 15:50:10 +04:00
Wanglei Shen
c5fd3300a2
HOT FIX: disable set_cpu_used in 2023.0 release ( #17456 )
...
* disable set_cpu_used in 2023.0 release
* fix code style issue
2023-05-12 14:16:42 +08:00
Mateusz Mikolajczyk
a7f6f5292e
Add missing check for special zero ( #17479 )
2023-05-12 09:30:55 +04:00
Maxim Vafin
804df84f7d
Add transformation to convert adaptive pool to reduce ( #17478 )
...
* Add transformation to convert adaptive pool to reduce
* Update src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp
* Add tests and apply feedback
* Simplify if branches
2023-05-11 15:51:26 +00:00
Evgenya Stepyreva
1e49a594f7
[Shape inference] Pooling: Dimension div fix ( #17197 ) ( #17471 )
...
* Dimension div fix
* codestyle fixes
* Convolution labels propagation test instances corrected
Co-authored-by: Vladislav Golubev <vladislav.golubev@intel.com >
2023-05-11 14:36:17 +04:00
Tatiana Savina
d5ac1c2e5c
[DOCS] Port update docs for TF FE ( #17464 )
...
* [TF FE] Update docs for TF FE (#17453 )
* Update tensorflow_frontend.md
* Update docs/resources/tensorflow_frontend.md
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
2023-05-11 01:03:47 +04:00
Karol Blaszczak
afb2ae6b7a
[DOCS] Update GPU.md ( #17400 )
2023-05-10 17:30:22 +02:00
Maxim Vafin
c5623b71cf
Remove posibility to export to onnx ( #17423 )
...
* Remove posibility to export to onnx
* Apply suggestions from code review
* Fix tests and docs
* Workaround function inputs
* Fix code style
2023-05-10 16:35:54 +04:00
Maxim Vafin
152b11e77f
Remove section about --use_legacy_frontend for PyTorch models ( #17441 )
2023-05-09 20:30:27 +04:00
Mateusz Tabaka
5adf3b5ca8
[TF frontend] use InterpolateMode::LINEAR_ONNX if input rank is 4 ( #17406 )
...
This change mimicks LinearToLinearONNXReplacer transformation in
legacy frontend, where linear interpolate mode is replaced with
linear_onnx due to performance reasons.
Ticket: CVS-108343
2023-05-09 14:52:35 +02:00
Fang Xu
a2ccbdf86e
Update oneTBB2021.2.2 for 2023.0 ( #17367 )
...
* update oneTBB2021.2.2 for windows
* update SHA256
* update SHA256
oneTBB https://github.com/oneapi-src/oneTBB/releases/tag/v2021.2.2 (a25ebdf)
* add print for hwloc which is not found
---------
Co-authored-by: Chen Peter <peter.chen@intel.com >
2023-05-09 05:49:33 -07:00
Roman Kazantsev
1440b9950f
[TF FE] Handle incorrect models (empty, fake) by TF FE ( #17408 ) ( #17432 )
...
* [TF FE] Handle incorrect models (empty, fake) by TF FE
* Apply suggestions from code review
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-05-09 16:30:51 +04:00
Mateusz Tabaka
d88d4d22e8
Update docs for frontend extensions ( #17428 )
2023-05-09 13:27:40 +02:00
Tatiana Savina
ea79006a0a
DOCS Port shift to rst - Model representation doc ( #17385 )
...
* DOCS shift to rst - Model representation doc (#17320 )
* model representation to rst
* fix indentation
* fix cide tabs
* fix indentation
* change doc
* fix snippets
* fix snippet
* port changes
* dev docs port
2023-05-09 10:33:12 +02:00
Pavel Esir
a4ff3318ea
renumber FAQ ( #17376 )
2023-05-09 11:35:55 +04:00
Anastasiia Pnevskaia
44e7a003e7
Removed checks of unsatisfied dependencies in MO ( #16991 ) ( #17419 )
...
* Fixed dependencies check, made unsatisfied dependencies show only in case of error.
* Small fix.
* Test correction.
* Small test correction.
* Temporarily added debug print.
* Debug output.
* Debug output.
* Debug output.
* Test fix.
* Removed debug output.
* Small fix.
* Moved tests to check_info_messages_test.py
* Remove dependies checks from MO.
* Small corrections.
2023-05-09 11:32:14 +04:00
Przemyslaw Wysocki
fa4112593d
[Backport] OMZ submodule bump for Python 3.11 ( #17325 )
...
* backport
* Update sha
2023-05-08 18:49:28 +02:00
Surya Siddharth Pemmaraju
45e378f189
Added Torchscript backend ( #17328 )
...
* Added Torchscript backend
* Added some torchscript backend tests to ci
* Removed tests from CI as torch.compile doesn't support 3.11 currently
* Fixed linter issues
* Addressed PR comments and linter issues
2023-05-08 03:44:10 -07:00
Maciej Smyk
9320cbaa8c
[DOCS] Recreation of BDTI PRs - 23.0 ( #17383 )
...
Porting: https://github.com/openvinotoolkit/openvino/pull/16913
Recreation of BDTI PRs for master.
Recreated PRs:
Docs: Update Dynamic Shapes documentation #15216
Docs: Edits to Performance Hints and Cumulative Throughput documentation #14793
Docs: Update Devices pages to state improved INT8 performance with 11th & 12th gen devices #12067
2023-05-08 10:36:56 +00:00
Maciej Smyk
718b194ad6
[DOCS] Legacy MO Extensibility update for 23.0
...
porting: https://github.com/openvinotoolkit/openvino/pull/15931
Divided MO Extensibility article into separate smaller articles,
Applied the suggestion from [DOCS] Better statement about MO extensions as internal API [Recreating #14062 ] #15679
Recreated images in svg format
Fixing directives
2023-05-08 12:25:37 +02:00
Maxim Vafin
8241540609
[PT FE] Improve exception when decoder cannot trace or script the model ( #17338 ) ( #17347 )
...
* [PT FE] Improve exception when decoder cannot trace or script the model
* Add exception in convert_model
* Add test
2023-05-08 09:22:47 +04:00
Maxim Vafin
10d87b7332
[PT FE] Support default strides for avg and max pooling ( #17337 ) ( #17348 )
...
* Support default strides for avg and max pooling
* Fix code style
* Remove changes from other ticket
2023-05-08 09:21:53 +04:00
Karol Blaszczak
386d773b33
[DOCS] fix typos in install guides ( #17388 )
2023-05-08 07:12:38 +02:00
Sun Xiaoxia
a5312f70db
fix binding wrong core with latency mode in i9-13900 ( #17364 )
2023-05-06 17:17:11 +08:00
Roman Kazantsev
8f113ef24e
[TF FE] Provide single tensor names for inputs and outputs in SavedModel ( #17373 )
...
* [TF FE] Provide single tensor names for inputs and outputs in SavedModel
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Fix build issue
* Xfail some cases due to internal problems in TF
* Xfail other layer test
* Extend documentation for function to adjust tensor names
* Use old path of tf2 layer testing for legacy frontend
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2023-05-05 19:06:59 +02:00
Sebastian Golebiewski
c651bc5f87
[DOCS] Fix links - port ( #17356 )
2023-05-05 18:14:38 +02:00
Karol Blaszczak
12aab024d1
[GPU] Update dynamic shape document ( #17274 ) ( #17384 )
...
porting: https://github.com/openvinotoolkit/openvino/pull/17384
* Update dynamic shape document for GPU
* Applied review comments
authored-by: Taylor Yeonbok Lee <taylor.lee@intel.com >
2023-05-05 17:58:19 +02:00
Ivan Tikhonov
3978511c5c
Fix the names copying in TransposeSinking backward transformations ( #17283 ) ( #17344 )
...
* Fix tensor names copying in TS transformations
* added a check that sinking is available for all consumers in TS backward transformations
* codestyle
* Apply review comments, add result sorting by tensor names in graph comparator
* delete debug code
* fix RemoveConsumers method implementation
* fix snippet tests
* use reference instead of raw pointer
* add new transformation tests
* fix transformation tests
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com >
2023-05-05 17:09:44 +02:00