pub unsafe fn ie_core_get_available_devices(
    core: *const ie_core_t,
    avai_devices: *mut ie_available_devices_t
) -> IEStatusCode
Expand description

@brief Gets available devices for neural network inference. @ingroup Core @param core A pointer to ie_core_t instance. @param avai_devices The devices are returned as { CPU, GPU.0, GPU.1, MYRIAD } If there more than one device of specific type, they are enumerated with .# suffix @return Status code of the operation: OK(0) for success.