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
Details:
CPU_THREADS_NUM
andCPU_THROUGHPUT_STREAMS
are deprecated. Now we have to useprops.inference_num_threads
andprops.num_streams
. The link to the documentation.