[DOCS] NPU further tweaks (#22385)

This commit is contained in:
Karol Blaszczak 2024-01-24 13:31:59 +01:00 committed by GitHub
parent 2d6b7e2b80
commit 9645660166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -48,7 +48,7 @@ The table below demonstrates support of key features by OpenVINO device plugins.
:doc:`Multi-stream execution <openvino_docs_deployment_optimization_guide_tput>` Yes (Intel® x86-64 only) Yes Yes No
:doc:`Models caching <openvino_docs_OV_UG_Model_caching_overview>` Yes Partial Yes Yes
:doc:`Dynamic shapes <openvino_docs_OV_UG_DynamicShapes>` Yes Partial No No
:doc:`Import/Export <openvino_ecosystem>` Yes No Yes* Yes
:doc:`Import/Export <openvino_ecosystem>` Yes No No* Yes
:doc:`Preprocessing acceleration <openvino_docs_OV_UG_Preprocessing_Overview>` Yes Yes Partial No
:doc:`Stateful models <openvino_docs_OV_UG_model_state_intro>` Yes No No Yes
:doc:`Extensibility <openvino_docs_Extensibility_UG_Intro>` Yes Yes Partiall No

View File

@ -155,8 +155,6 @@ Limitations
Additional Resources
#############################
* `NPU plugin developer documentation <https://github.com/openvinotoolkit/npu_plugin/blob/develop/docs/VPUX_DG/index.md>`__
* `OpenVINO Runtime NPU plugin source files <https://github.com/openvinotoolkit/npu_plugin>`__
* `Vision colorization Notebook <notebooks/222-vision-image-colorization-with-output.html>`__
* `Classification Benchmark C++ Demo <https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_benchmark_demo/cpp>`__
* `3D Human Pose Estimation Python Demo <https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/3d_segmentation_demo/python>`__