[IE CLDNN] program_impl::replace_all_usages causes invalid memory access. (#138)
[platform/upstream/dldt.git] / README.md
1 # [OpenVINO™ Toolkit](https://01.org/openvinotoolkit) - Deep Learning Deployment Toolkit repository
2 [![Stable release](https://img.shields.io/badge/version-2021.1-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2021.1)
3 [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
4 ![Azure DevOps builds (branch)](https://img.shields.io/azure-devops/build/openvinoci/b2bab62f-ab2f-4871-a538-86ea1be7d20f/9/master?label=Public%20CI)
5
6 This toolkit allows developers to deploy pre-trained deep learning models
7 through a high-level C++ Inference Engine API integrated with application logic.
8
9 This open source version includes several components: namely [Model Optimizer], [ngraph] and
10 [Inference Engine], as well as CPU, GPU, MYRIAD, multi device and heterogeneous plugins to accelerate deep learning inferencing on Intel® CPUs and Intel® Processor Graphics.
11 It supports pre-trained models from the [Open Model Zoo], along with 100+ open
12 source and public models in popular formats such as Caffe\*, TensorFlow\*,
13 MXNet\* and ONNX\*.
14
15 ## Repository components:
16 * [Inference Engine]
17 * [ngraph]
18 * [Model Optimizer]
19
20 ## License
21 Deep Learning Deployment Toolkit is licensed under [Apache License Version 2.0](LICENSE).
22 By contributing to the project, you agree to the license and copyright terms therein
23 and release your contribution under these terms.
24
25 ## Resources:
26 * Docs: https://docs.openvinotoolkit.org/
27 * Wiki: https://github.com/openvinotoolkit/openvino/wiki
28 * Issue tracking: https://github.com/openvinotoolkit/openvino/issues
29 * Additional OpenVINO modules: https://github.com/openvinotoolkit/openvino_contrib
30 * [HomePage](https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit.html)
31 * [OpenVINO™ Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNotes)
32
33 ## Support
34 Please report questions, issues and suggestions using:
35
36 * The [`openvino`](https://stackoverflow.com/questions/tagged/openvino) tag on StackOverflow\*
37 * [GitHub* Issues](https://github.com/openvinotoolkit/openvino/issues)
38 * [Forum](https://software.intel.com/en-us/forums/computer-vision)
39
40 ---
41 \* Other names and brands may be claimed as the property of others.
42
43 [Open Model Zoo]:https://github.com/opencv/open_model_zoo
44 [Inference Engine]:https://software.intel.com/en-us/articles/OpenVINO-InferEngine
45 [Model Optimizer]:https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer
46 [tag on StackOverflow]:https://stackoverflow.com/search?q=%23openvino
47 [ngraph]:https://docs.openvinotoolkit.org/latest/openvino_docs_nGraph_DG_DevGuide.html