Fix links to upper-level documentation (#13112)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user