openvino/samples/cpp/benchmark_app
Sebastian Golebiewski da5e76263d
[DOCS] Update OpenVINO API references (#22884)
Changing references from "OpenVINO API 2.0" to "OpenVINO API", as
mentioned in
https://github.com/openvinotoolkit/openvino/pull/22873#discussion_r1492115073

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2024-02-19 09:27:14 +00:00
..
CMakeLists.txt Make RPM packages compatible with wide range of RHEL systems (#20762) 2023-10-31 10:25:35 +04:00
README.md [DOCS] Merge Samples Articles Language Versions (#21661) 2024-01-12 14:24:15 +01:00
benchmark_app.hpp Rename IE to OV (#22733) 2024-02-09 13:36:41 +00:00
infer_request_wrap.hpp samples/cpp remove unused code (#16787) 2023-04-06 20:59:00 +04:00
inputs_filling.cpp cpp/samples: update build (#17900) 2023-06-08 19:30:29 +04:00
inputs_filling.hpp Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
main.cpp [DOCS] Update OpenVINO API references (#22884) 2024-02-19 09:27:14 +00:00
remote_tensors_filling.cpp Support float64 data type as input of benchmark_app (#16435) 2023-03-23 13:55:55 +09:00
remote_tensors_filling.hpp Ability to compile samples without API 1.0 headers (#20299) 2023-10-08 23:24:28 +04:00
statistics_report.cpp Added -Wall for Clang and GCC (#15513) 2023-02-08 15:01:00 +04:00
statistics_report.hpp Remove suppression Wno-delete-non-abstract-non-virtual-dtor (#16560) 2023-03-29 14:19:30 +04:00
utils.cpp Remove property with string for 1.0 (#22746) 2024-02-11 22:45:56 +00:00
utils.hpp Remove legacy API from samples (#19608) 2023-09-05 22:16:18 +04: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.