This commit is contained in:
vurusovs 2023-07-14 13:12:55 +04:00
parent 489909ce82
commit 3d5badce3c

View File

@ -29,7 +29,7 @@ Configuration::Configuration(const ov::AnyMap& config, const Configuration& defa
device_priorities = value.as<std::string>();
} else if (ov::internal::exclusive_async_requests == key) {
exclusive_async_requests = value.as<bool>();
// property should be passed to underlying devices as part of `GetDeviceProperties()`
// property should be passed to underlying devices as part of `get_device_properties()`
device_properties.emplace(key, value);
} else {
if (throwOnUnsupported)