From 1c3f10e5601e5cef7d4b67738fe4603022d08afd Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Mon, 11 Sep 2023 14:08:16 +0200 Subject: [PATCH] Update docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md --- .../low_precision_transformations/pipeline/step3_main.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md b/docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md index 0b4e7208ccdcbb..649758e945668f 100644 --- a/docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md +++ b/docs/IE_PLUGIN_DG/plugin_transformation_pipeline/low_precision_transformations/pipeline/step3_main.md @@ -9,7 +9,12 @@ Main transformations are the majority of low precision transformations. Transformations operate with dequantization operations. Main transformations include: +.. toctree:: + :maxdepth: 1 + AddTransformation + BatchToSpaceTransformation + SpaceToBatchTransformation * :doc:`AddTransformation ` * :doc:`AvgPoolTransformation ` * :doc:`BatchToSpaceTransformation `