-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/azaytsev/compile tool doc updates #4237
Feature/azaytsev/compile tool doc updates #4237
Conversation
* Changes according to feedback comments * Replaced @ref's with html links * Fixed links, added a title page for installing from repos and images, fixed formatting issues * Added links * minor fix * Added DL Streamer to the list of components installed by default * Link fixes * Link fixes * ovms doc fix (openvinotoolkit#2988) * added OpenVINO Model Server * ovms doc fixes Co-authored-by: Trawinski, Dariusz <[email protected]>
…FPGA related info
…compile-tool-doc-updates
…compile-tool-doc-updates
@@ -1,6 +1,11 @@ | |||
# Compile Tool {#openvino_inference_engine_tools_compile_tool_README} | |||
|
|||
The Compile tool is a C++ application that enables you to dump a loaded executable network blob. | |||
The Compile tool is a C++ application that enables you to compile a network for inference on Intel® Neural Compute Stick 2 and export it to a binary file. With the Compile Tool, you can compile a network on a machine that doesn't have the physical device connected and then transfer a generated file to any machine with the target Intel® Neural Compute Stick 2 device available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not limited to Intel® Neural Compute Stick 2
. It can work with other plugins, which supports import/export (like FPGA). I would avoid using actual device names here and create separate paragraph with supported devices list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, what are the supported plugins? Documentation is version-specific, so we shouldn't mention FPGA in this list, as it's no longer available in OpenVINO releases since 2020.4 (but available in LTS releases only - see the Note added below).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, so for now this list will contain one item (MYRIAD plugin). But we can extend it in future and do it in single place.
No description provided.