-
Notifications
You must be signed in to change notification settings - Fork 37
Parameters
valentina-kustikova edited this page Nov 26, 2022
·
5 revisions
List of available parameters:
- <precision> is a floating-point format (FP16, FP32, INT8);
- <dataset> is a test dataset;
- <batch_size> is a batch size (number of images) for the network single pass;
- [<mode>] is an inference mode (sync or latency mode, async or throughput mode for old and new versions of the OpenVINO toolkit respectively);
- [<plugin>] (or <device>) is a plugin type (CPU, GPU, MYRIAD (Movidius));
- [<async_req_count>] is a request count (async or throughput mode for old and new versions of the OpenVINO toolkit respectively);
- <iterations_num> is a number of test iterations;
- [<threads_num>] is a number of threads, by default, it equals the number of physical cores;
- [<streams_num>] is a number of streams (async or throughput mode for old and new versions of the OpenVINO toolkit respectively).