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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Integrated review comments
  • Loading branch information
andrew-zaytsev committed Feb 9, 2021
commit 5c3946792e1d971cbe155d754066206c3f2cfc1a
8 changes: 6 additions & 2 deletions inference-engine/tools/compile_tool/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Compile Tool {#openvino_inference_engine_tools_compile_tool_README}

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.
Compile tool is a C++ application that enables you to compile a network for inference on a specific device and export it to a binary file.
With the Compile Tool, you can compile a network using supported Inference Engine plugins on a machine that doesn't have the physical device connected and then transfer a generated file to any machine with the target inference device available.

The tool compiles networks for the following target devices using corresponding Inference Engine plugins:
* Intel® Neural Compute Stick 2 (MYRIAD plugin)


> **NOTE**: Intel® Distribution of OpenVINO™ toolkit no longer supports the Intel® Vision Accelerator Design with an Intel® Arria® 10 FPGA and the Intel® Programmable Acceleration Card with Intel® Arria® 10 GX FPGA. To compile a network for those devices, use the Compile Tool from the Intel® Distribution of OpenVINO™ toolkit [2020.3 LTS release](https://docs.openvinotoolkit.org/2020.3/_inference_engine_tools_compile_tool_README.html).


The tool is delivered as an executable file that can be run on both Linux\* and Windows\*.
The tool is delivered as an executable file that can be run on both Linux* and Windows*.
The tool is located in the `<INSTALLROOT>/deployment_tools/tools/compile_tool` directory.

The workflow of the Compile tool is as follows:
Expand Down