DOCS: Update doxygen version (#15210)

* Update build_doc.yml

* fixing references

* fix refs

* fix branch.hpp
This commit is contained in:
Sebastian Golebiewski
2023-01-20 10:22:30 +01:00
committed by GitHub
parent 326e03504a
commit ffdf31fba8
35 changed files with 104 additions and 107 deletions

View File

@@ -19,9 +19,9 @@ Basic OpenVINO™ Runtime API is covered by [Hello Classification Python* Sample
| Options | Values |
| :------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------- |
| Validated Models | Acoustic model based on Kaldi* neural models (see [Model Preparation](#model-preparation) section) |
| Validated Models | Acoustic model based on Kaldi* neural models (see [Model Preparation](#model-preparation-speech-python) section) |
| Model Format | OpenVINO™ toolkit Intermediate Representation (.xml + .bin) |
| Supported devices | See [Execution Modes](#execution-modes) section below and [List Supported Devices](../../../docs/OV_Runtime_UG/supported_plugins/Supported_Devices.md) |
| Supported devices | See [Execution Modes](#execution-modes-speech-python) section below and [List Supported Devices](../../../docs/OV_Runtime_UG/supported_plugins/Supported_Devices.md) |
| Other language realization | [C++](../../../samples/cpp/speech_sample/README.md) |
## How It Works
@@ -51,7 +51,7 @@ model.
> - It is not always possible to use 8-bit weights due to GNA hardware limitations. For example, convolutional layers always use 16-bit weights (GNA hardware version 1 and 2). This limitation will be removed in GNA hardware version 3 and higher.
>
### Execution Modes
### <a name="execution-modes-speech-python"></a> Execution Modes
Several execution modes are supported via the `-d` flag:
@@ -151,7 +151,7 @@ Options:
default value is 1.0.
```
## Model Preparation
## <a name="model-preparation-speech-python"></a> Model Preparation
You can use the following model optimizer command to convert a Kaldi nnet1 or nnet2 neural model to OpenVINO™ toolkit Intermediate Representation format: