diff --git a/samples/cpp/benchmark_app/inputs_filling.cpp b/samples/cpp/benchmark_app/inputs_filling.cpp index c87ce674809..ddab40e938a 100644 --- a/samples/cpp/benchmark_app/inputs_filling.cpp +++ b/samples/cpp/benchmark_app/inputs_filling.cpp @@ -216,12 +216,12 @@ ov::Tensor get_image_tensor(const std::vector& files, inputInfo.first, filenames_used); } else if (type == ov::element::f16) { - return create_tensor_from_image(files, - inputId, - batchSize, - inputInfo.second, - inputInfo.first, - filenames_used); + return create_tensor_from_image(files, + inputId, + batchSize, + inputInfo.second, + inputInfo.first, + filenames_used); } else if (type == ov::element::f64) { return create_tensor_from_image(files, inputId,