diff --git a/inference-engine/tests/unit/gna/ngraph/transformations/gna_split_convolution_with_large_buffer_size.cpp b/inference-engine/tests/unit/gna/ngraph/transformations/gna_split_convolution_with_large_buffer_size.cpp index 29dbf117cb40c3..b13d3518286061 100644 --- a/inference-engine/tests/unit/gna/ngraph/transformations/gna_split_convolution_with_large_buffer_size.cpp +++ b/inference-engine/tests/unit/gna/ngraph/transformations/gna_split_convolution_with_large_buffer_size.cpp @@ -78,7 +78,7 @@ class CreateAppendableGraphDecorator : public CreateGraphDecorator { class CreateBaseDecorator : public CreateGraphDecorator { public: // always the first decorator => no prev_builder - CreateBaseDecorator(const ngraph::Shape& input_data_shape = ngraph::Shape{1, 64, 4096, 4096}) : + CreateBaseDecorator(const ngraph::Shape& input_data_shape = ngraph::Shape{1, 64, 1, 4096}) : CreateGraphDecorator(nullptr), input_data_shape_(input_data_shape) {} protected: