Streams property with special values (#10411)

* Streams  property with special values

* Fixed clang
This commit is contained in:
Anton Pankratov
2022-02-17 16:39:06 +03:00
committed by GitHub
parent 198f44fdc7
commit 61f657795c
7 changed files with 42 additions and 28 deletions

View File

@@ -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;
}
}
}