Skip to content

[OV] Updated performance properties

Created by: a-sidorova

Details:

  • Properties CPU_THREADS_NUM and CPU_THROUGHPUT_STREAMS are deprecated. Now we have to use props.inference_num_threads and props.num_streams. The link to the documentation.
  • Added smoke tests to validate the case when the user manually sets thread count and stream count

Merge request reports