openvino/samples/cpp/benchmark_app
Maciej Smyk 717875cd43
[DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for 2024 (#23132)
Port from https://github.com/openvinotoolkit/openvino/pull/23091

* Update of links in docs to 2024 in repo.
* Replaced ov homepage diagram with a new version without Kalid, MXNet
and Caffe
2024-02-28 12:27:23 +00:00
..
CMakeLists.txt Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
README.md [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for 2024 (#23132) 2024-02-28 12:27:23 +00:00
benchmark_app.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
infer_request_wrap.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
inputs_filling.cpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
inputs_filling.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
main.cpp [DOCS] Openvino api ref update for 24.0 (#22969) 2024-02-20 18:35:11 +00:00
remote_tensors_filling.cpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
remote_tensors_filling.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
statistics_report.cpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
statistics_report.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
utils.cpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00
utils.hpp Updated copyright year to 2024 (#22958) 2024-02-20 17:01:21 +00:00

README.md

Benchmark C++ Tool

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

NOTE: This page describes usage of the C++ implementation of the Benchmark Tool. For the Python implementation, refer to the Benchmark Python 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

To use the C++ benchmark_app, you must first build it following the Build the Sample Applications instructions and then set up paths and environment variables by following the Get Ready for Running the Sample Applications instructions. Navigate to the directory where the benchmark_app C++ sample binary was built.

NOTE: If you installed OpenVINO Runtime using PyPI or Anaconda Cloud, only the Benchmark Python Tool is available, and you should follow the usage instructions on that page instead.

The benchmarking application works with models in the OpenVINO IR, TensorFlow, TensorFlow Lite, PaddlePaddle, PyTorch and ONNX formats. If you need it, OpenVINO also allows you to convert your models.