Coreget_available_devices Method
Returns devices available for inference.
Core objects go over all registered plugins and ask about available devices.
Namespace: OpenVinoSharpAssembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
public List<string> get_available_devices()
Return Value
ListStringA vector of devices. The devices are returned as { CPU, GPU.0, GPU.1, GNA }.
If there is more than one device of a specific type, they are enumerated with the .# suffix.
Such enumerated device can later be used as a device name in all Core methods like Core::compile_model,
Core::query_model, Core::set_property and so on.