From 53c5f0a9891ac0daec76ba000af0e402531a4727 Mon Sep 17 00:00:00 2001 From: Golubev Date: Thu, 30 Jul 2020 11:34:39 +0300 Subject: [PATCH] [LPT] code style fix #1 --- .../lp_transformations/split_transformation.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inference-engine/tests/functional/inference_engine/lp_transformations/split_transformation.cpp b/inference-engine/tests/functional/inference_engine/lp_transformations/split_transformation.cpp index 80cff2ba0ddc55..62a1e4eb783e41 100644 --- a/inference-engine/tests/functional/inference_engine/lp_transformations/split_transformation.cpp +++ b/inference-engine/tests/functional/inference_engine/lp_transformations/split_transformation.cpp @@ -104,7 +104,7 @@ TEST_P(SplitTransformation, CompareFunctions) { const std::vector testValues = { { - ngraph::Shape({ 1, 3, 16, 16 }), {2}, {2}, + ngraph::Shape({ 1, 3, 16, 16 }), 2, 2, LayerTransformation::createParamsU8I8(), // ActualValues { @@ -121,7 +121,7 @@ const std::vector testValues = { } }, { - ngraph::Shape({ 1, 3, 16, 16 }), {1}, {3}, + ngraph::Shape({ 1, 3, 16, 16 }), 1, 3, LayerTransformation::createParamsI8I8(), // ActualValues { @@ -153,7 +153,7 @@ const std::vector testValues = { } }, { - ngraph::Shape({ 1, 3, 16, 16 }), {-1}, {2}, + ngraph::Shape({ 1, 3, 16, 16 }), -1, 2, LayerTransformation::createParamsU8I8(), // Actualvalues { @@ -185,7 +185,7 @@ const std::vector testValues = { } }, { - ngraph::Shape({ 1, 3, 16, 16 }), {-3}, {3}, + ngraph::Shape({ 1, 3, 16, 16 }), -3, 3, LayerTransformation::createParamsI8I8(), // ActualValues {