fix a typo in benchmark_app sample (#12507)

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
This commit is contained in:
Yuan Hu 2022-08-25 12:12:03 +08:00 committed by GitHub
parent 5cf1b0a124
commit bf2d6a72a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@ Options:
-pcseq Optional. Report latencies for each shape in -data_shape sequence.
-dump_config Optional. Path to JSON file to dump IE parameters, which were set by application.
-load_config Optional. Path to JSON file to load custom IE parameters. Please note, command line parameters have higher priority then parameters from configuration file.
-infer_precision "<element type>"Optional. Inference precission
-infer_precision "<element type>"Optional. Inference precision
-ip <value> Optional. Specifies precision for all input layers of the network.
-op <value> Optional. Specifies precision for all output layers of the network.
-iop "<value>" Optional. Specifies precision for input and output layers by name.

View File

@ -199,7 +199,7 @@ static const char load_from_file_message[] = "Optional. Loads model from file di
" All CNNNetwork options (like re-shape) will be ignored";
// @brief message for inference_precision
static const char inference_precision_message[] = "Optional. Inference precission";
static const char inference_precision_message[] = "Optional. Inference precision";
static constexpr char inputs_precision_message[] = "Optional. Specifies precision for all input layers of the network.";