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:
parent
5cf1b0a124
commit
bf2d6a72a4
@ -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.
|
||||
@ -271,4 +271,4 @@ Below are fragments of sample output static and dynamic networks:
|
||||
## See Also
|
||||
* [Using OpenVINO Runtime Samples](../../../docs/OV_Runtime_UG/Samples_Overview.md)
|
||||
* [Model Optimizer](../../../docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md)
|
||||
* [Model Downloader](@ref omz_tools_downloader)
|
||||
* [Model Downloader](@ref omz_tools_downloader)
|
||||
|
@ -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.";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user