openvino/samples/cpp/hello_query_device
Maciej Smyk c0d564a465
[DOCS] Hyperlink 23.3 update for master (#21908)
* link update

* link update

* link update

* Update dev_api_references.rst

* Update dev_api_references.rst

* Update apidoc.py

* notebooks links

* notebook link update

* filename update

* link update

* link update api
2024-01-08 12:40:54 +01:00
..
CMakeLists.txt Moved cmake functions, variables to API 2.0 naming style (#20281) 2023-10-09 22:30:32 +04:00
README.md [DOCS] Hyperlink 23.3 update for master (#21908) 2024-01-08 12:40:54 +01:00
main.cpp Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00

README.md

Hello Query Device C++ Sample

This sample demonstrates how to execute an query OpenVINO™ Runtime devices, prints their metrics and default configuration values, using Properties API.

For more detailed information on how this sample works, check the dedicated article

Requirements

Options Values
Supported devices All
Other language realization Python

The following C++ API is used in the application:

Feature API Description
Available Devices ov::Core::get_available_devices, Get available devices information and configuration for inference
ov::Core::get_property

Basic OpenVINO™ Runtime API is covered by Hello Classification C++ sample.