Config and hetero (#10555)

* Updated properties documentation

* Fixed doc refernce

* merged snipet files

* fixed build

* Updated Hetero docs

* Self-review

Co-authored-by: Anton Pankratv <anton.pankratov@intel.com>
This commit is contained in:
Ilya Lavrenov
2022-02-21 16:01:47 +03:00
committed by GitHub
parent 0ce255e56a
commit 68e873c6c8
13 changed files with 561 additions and 491 deletions

View File

@@ -1,6 +1,6 @@
# Hello Query Device Python* Sample {#openvino_inference_engine_ie_bridges_python_sample_hello_query_device_README}
This sample demonstrates how to show OpenVINO™ Runtime devices and prints their metrics and default configuration values using [Query Device API feature](../../../docs/OV_Runtime_UG/InferenceEngine_QueryAPI.md).
This sample demonstrates how to show OpenVINO™ Runtime devices and prints their metrics and default configuration values using [Query Device API feature](../../../docs/OV_Runtime_UG/PropertiesAPI.md).
The following Python API is used in the application:
@@ -28,7 +28,7 @@ python hello_query_device.py
## Sample Output
The application prints all available devices with their supported metrics and default values for configuration parameters.
The application prints all available devices with their supported metrics and default values for configuration parameters.
For example:
```