Skip to content
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

Conversation

andrew-zaytsev
Copy link
Contributor

No description provided.

@andrew-zaytsev andrew-zaytsev requested a review from a team as a code owner February 8, 2021 19:29
@openvino-pushbot openvino-pushbot added the category: docs OpenVINO documentation label Feb 8, 2021
@@ -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.
Copy link
Contributor

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.

Copy link
Contributor Author

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).

Copy link
Contributor

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.

@andrew-zaytsev andrew-zaytsev merged commit 8da9d17 into openvinotoolkit:master Feb 9, 2021
@andrew-zaytsev andrew-zaytsev deleted the feature/azaytsev/compile-tool-doc-updates branch February 9, 2021 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants