From 0bf6b2324460c57ec25329ebaa8ac97a64e4b8dc Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Fri, 12 Jul 2019 10:46:33 +0100 Subject: IVGCVSW-3495 Refactor names of convolution2d unit tests Signed-off-by: Jan Eilers Change-Id: Idb1325cba730dbf62b4742e4078220ef97d4b526 --- src/backends/backendsCommon/test/LayerTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backends/backendsCommon/test') diff --git a/src/backends/backendsCommon/test/LayerTests.cpp b/src/backends/backendsCommon/test/LayerTests.cpp index b8f0541ee2..03ab37dd46 100644 --- a/src/backends/backendsCommon/test/LayerTests.cpp +++ b/src/backends/backendsCommon/test/LayerTests.cpp @@ -874,7 +874,7 @@ LayerTestResult Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test( // Since the dilation rate is 2 this will dilate the kernel to be like 3x3: d(K-1)+1 --> 2 x (2-1) + 1 = 3, // therefore the output will be 4x4: (I − K + 2P)/S +1 => trunc ( (10 - 3 + 2x2 ) / 3 + 1 ) - // where, dilation size = d = 2; kernel size = K = 2; input size = I = 10; padding size = P = 2; stride = S = 1 + // where, dilation size = d = 2; kernel size = K = 2; input size = I = 10; padding size = P = 2; stride = S = 3 armnn::TensorInfo outputTensorInfo({ 1, 1, 4, 4}, ArmnnType); std::vector outputExpectedNoQuantizedValues = { -- cgit v1.2.1