[SAMPLES][GNA] Update C++ speech sample with new config API (#10357)

* [SAMPLES][GNA] Update speech sample with new cofig API

* Review comments

* Some additional checks
This commit is contained in:
Nadezhda Ageeva
2022-02-16 13:23:50 +03:00
committed by GitHub
parent 2e71fccd82
commit fc5a416423
4 changed files with 138 additions and 49 deletions

View File

@@ -90,7 +90,8 @@ static const char quantization_bits_message[] = "Optional. Weight bits for quant
static const char scale_factor_message[] =
"Optional. User-specified input scale factor for quantization (use with -q user). "
"If the network contains multiple inputs, provide scale factors by separating them with "
"commas.";
"commas. "
"For example: <input_name1>:<sf1>,<input_name2>:<sf2> or just <sf> to be applied to all inputs";
/// @brief message for batch size argument
static const char batch_size_message[] = "Optional. Batch size 1-8 (default 1)";