From 93722fe101700218c3b0ca126602d90128ccced4 Mon Sep 17 00:00:00 2001 From: Mikhail Nosov Date: Tue, 15 Mar 2022 18:35:02 +0300 Subject: [PATCH] Docs. Fix link in layout overview (#10968) --- docs/OV_Runtime_UG/layout_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OV_Runtime_UG/layout_overview.md b/docs/OV_Runtime_UG/layout_overview.md index a589f16b9f9..c164fb8a1be 100644 --- a/docs/OV_Runtime_UG/layout_overview.md +++ b/docs/OV_Runtime_UG/layout_overview.md @@ -12,7 +12,7 @@ Reasons when you may want to care about input/output layout: - Perform model modification: - Apply [preprocessing](./preprocessing_overview.md) steps, like subtract means, divide by scales, resize image, convert RGB<->BGR - Set/get batch for a model - - Same operations, used during model conversion phase, see [Model Optimizer model conversion](../MO_DG/prepare_model/convert_model/Converting_Model.md) + - Same operations, used during model conversion phase, see [Model Optimizer Embedding Preprocessing Computation](../MO_DG/prepare_model/Additional_Optimizations.md) - Improve readability of a model's input and output ## Layout syntax