openvino/tools/benchmark_tool
Xiping Yan df257c52a6
cpu_convert enable u4/i4 ->f32,bf16,i8,u8 (#24297)
### Details:
 - *cpu_convert enable u4/i4 -> f32/bf16/i8/u8*

### Tickets:
 - *124834*
 - *139282*
 - *140112*

---------

Signed-off-by: xipingya <xiping.yan@intel.com>
2024-05-16 07:16:55 +00:00
..
openvino cpu_convert enable u4/i4 ->f32,bf16,i8,u8 (#24297) 2024-05-16 07:16:55 +00:00
CMakeLists.txt copyright year update (#23370) 2024-03-14 09:37:02 +00:00
README.md [DOCS] Docs file structure update with fixes (#23343) 2024-03-11 17:05:58 +00:00
benchmark_app.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00
requirements.txt [PyOV] Limit numpy to major version (#24103) 2024-04-22 13:47:49 +00:00
setup.py copyright year update (#23370) 2024-03-14 09:37:02 +00:00

README.md

Benchmark Python Tool

This page demonstrates how to use the Benchmark Python Tool to estimate deep learning inference performance on supported devices.

NOTE: This page describes usage of the Python implementation of the Benchmark Tool. For the C++ implementation, refer to the Benchmark C++ Tool page. The Python version is recommended for benchmarking models that will be used in Python applications, and the C++ version is recommended for benchmarking models that will be used in C++ applications. Both tools have a similar command interface and backend.

For more detailed information on how this sample works, check the dedicated article

Requriements

The Python benchmark_app is automatically installed when you install OpenVINO Developer Tools using PyPI Before running benchmark_app, make sure the openvino_env virtual environment is activated, and navigate to the directory where your model is located.

The benchmarking application works with models in the OpenVINO IR (model.xml and model.bin) and ONNX (model.onnx) formats. Make sure to convert your models if necessary.