Streams number fix (#10336)

* Streams number fix

* fixed perfomance hint

* fixed format

* removed dbg

* simplified code

* reverted becnhmark_app
This commit is contained in:
Anton Pankratov
2022-02-15 11:04:45 +03:00
committed by GitHub
parent 2b03d5fe66
commit 39c90e9d48
4 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ DEFINE_uint32(nireq, 0, infer_requests_count_message);
DEFINE_uint32(nthreads, 0, infer_num_threads_message);
/// @brief Number of streams to use for inference on the CPU (also affects Hetero cases)
DEFINE_string(nstreams, "AUTO", infer_num_streams_message);
DEFINE_string(nstreams, "", infer_num_streams_message);
/// @brief The percentile which will be reported in latency metric
DEFINE_uint32(latency_percentile, 50, infer_latency_percentile_message);