Moved inference_engine samples to cpp folder (#8615)

* Moved inference_engine samples to cpp folder

* Fixed documentations links

* Fixed installation

* Fixed scripts

* Fixed cmake script

* Try to fix install

* Fixed samples

* Some fix
This commit is contained in:
Ilya Churaev
2021-11-18 10:08:20 +03:00
committed by GitHub
parent 03c8542357
commit f639e4e902
112 changed files with 110 additions and 115 deletions

View File

@@ -16,7 +16,7 @@ The following Inference Engine Python API is used in the application:
| Validated Models | [alexnet](@ref omz_models_model_alexnet), [googlenet-v1](@ref omz_models_model_googlenet_v1) |
| Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) |
| Supported devices | [All](../../../docs/IE_DG/supported_plugins/Supported_Devices.md) |
| Other language realization | [C++](../../../inference-engine/samples/hello_classification/README.md), [C](../../c/hello_classification/README.md) |
| Other language realization | [C++](../../../samples/cpp/hello_classification/README.md), [C](../../c/hello_classification/README.md) |
## How It Works