Skip to content

Commit

Permalink
DOCS: Libraries for Local Distribution image recreation for 22.3 (#14959
Browse files Browse the repository at this point in the history
)

* deployment_full

* Update deployment_full.svg
  • Loading branch information
msmykx-intel authored Jan 5, 2023
1 parent 38911e4 commit 2257dc8
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/OV_Runtime_UG/deployment/local-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `plugins.xml` file with information about inference devices must also be tak

The picture below presents dependencies between the OpenVINO Runtime core and pluggable libraries:

![deployment_full]
![](../../img/deployment_full.svg)

### Libraries for Compute Devices

Expand Down Expand Up @@ -160,5 +160,3 @@ In this example, the application is written in C++, performs inference with the
- `openvino_auto_plugin` is used to enable Automatic Device Selection.
- `openvino_intel_hddl_plugin` and `openvino_intel_cpu_plugin` are used for inference. AUTO selects between CPU and HDDL devices according to their physical existence on the deployed machine.
- No frontend library is needed because `ov::Model` is created in code.

[deployment_full]: ../../img/deployment_full.png
3 changes: 0 additions & 3 deletions docs/img/deployment_full.png

This file was deleted.

Loading

0 comments on commit 2257dc8

Please sign in to comment.