From 477e509a3ec7a2804004a30843c97bd1bab15ff5 Mon Sep 17 00:00:00 2001 From: Golubev Date: Thu, 30 Jul 2020 11:57:58 +0300 Subject: [PATCH] [LPT] code style fix #2 --- .../lp_transformations/split_transformation.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 62a1e4eb783e41..a85999253e7a1c 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 }), std::int64_t{2}, size_t{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 }), std::int64_t{1}, size_t{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 }), std::int64_t{-1}, size_t{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 }), std::int64_t{-3}, size_t{3}, LayerTransformation::createParamsI8I8(), // ActualValues { @@ -217,7 +217,7 @@ const std::vector testValues = { } }, { - ngraph::Shape({ 1, 3, 4, 4 }), {2}, {2}, + ngraph::Shape({ 1, 3, 4, 4 }), std::int64_t{2}, size_t{2}, LayerTransformation::createParamsI8I8(), // ActualValues {