Fixed default inference precision in benchmark app (#10443)

This commit is contained in:
Anton Pankratov
2022-02-17 13:53:50 +03:00
committed by GitHub
parent ff4e97ab09
commit d1378d94b8

View File

@@ -332,7 +332,7 @@ DEFINE_string(data_shape, "", data_shape_message);
DEFINE_string(layout, "", layout_message);
/// @brief Define flag for inference precision
DEFINE_string(infer_precision, "f32", inference_precision_message);
DEFINE_string(infer_precision, "", inference_precision_message);
/// @brief Specify precision for all input layers of the network
DEFINE_string(ip, "", inputs_precision_message);