Fix links to upper-level documentation (#13112)

This commit is contained in:
Nico Galoppo 2022-09-19 22:06:22 -07:00 committed by GitHub
parent 572d00eaa2
commit ec8735d5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ flowchart LR
* [core](./core/README.md) is responsible for model representation, contains a set of supported OpenVINO operations and base API for model modification.
* [inference](./inference) provides the API for model inference on different accelerators.
* Transformations:
* [common transformations](../../src/common/transformations) - a set of common transformations which are used for model optimization
* [low precision transformations](../../src/common/low_precision_transformations) - a set of transformations which are needed to optimize quantized models
* [common transformations](../src/common/transformations) - a set of common transformations which are used for model optimization
* [low precision transformations](../src/common/low_precision_transformations) - a set of transformations which are needed to optimize quantized models
* **frontend_common** provides frontend common API which allows to support frontends for different frameworks.
## OpenVINO Frontends
@ -68,5 +68,5 @@ OpenVINO provides bindings for several languages:
* [Performance](#todo)
## See also
* [OpenVINO™ README](../../README.md)
* [Developer documentation](../../docs/dev/index.md)
* [OpenVINO™ README](../README.md)
* [Developer documentation](../docs/dev/index.md)