Skip to content

Commit

Permalink
Update openvino_intro.md (openvinotoolkit#20383)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmykx-intel authored and alvoron committed Nov 6, 2023
1 parent 790a27a commit 08467a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles_en/openvino_workflow/openvino_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OpenVINO Runtime is a set of C++ libraries with C and Python bindings providing
Note that TensorFlow models can be run using the
:doc:`torch.compile feature <pytorch_2_0_torch_compile>`, as well as the standard ways of
:doc:`converting TensorFlow <openvino_docs_OV_Converter_UG_prepare_model_convert_model_Convert_Model_From_PyTorch>`
or reading them directly.
or reading them directly.

OpenVINO Runtime uses a plugin architecture. Its plugins are software components that contain complete implementation for inference on a particular Intel® hardware device: CPU, GPU, GNA, etc. Each plugin implements the unified API and provides additional hardware-specific APIs for configuring devices or API interoperability between OpenVINO Runtime and underlying plugin backend.

Expand Down

0 comments on commit 08467a0

Please sign in to comment.