From 0b08b9a14cb3c1d5f9a266f61f447b1220e2d827 Mon Sep 17 00:00:00 2001 From: Mikhail Nosov Date: Wed, 16 Mar 2022 11:09:36 +0300 Subject: [PATCH] Docs. Fix link in layout overview (#10967) --- 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 a589f16b9f9b25..c164fb8a1bebcd 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