Streams property with special values (#10411)
* Streams property with special values * Fixed clang
This commit is contained in:
@@ -329,7 +329,7 @@ int main(int argc, char* argv[]) {
|
||||
} else if (supported(ov::num_streams.name())) {
|
||||
// Use API 2.0 key for streams
|
||||
key = ov::num_streams.name();
|
||||
device_config[key] = ov::NumStreams::AUTO;
|
||||
device_config[key] = ov::streams::AUTO;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user