From a8a28f66d5ea70066b666b1185ac2f9783179b49 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Mon, 26 Feb 2018 19:16:32 +0000 Subject: COMPMID-976: Fix warnings for ndk-r16b Change-Id: Ie6f1c2a88ece658eb491caa2c4838fb601104850 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122302 Tested-by: Jenkins Reviewed-by: Pablo Tello --- .../kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core') diff --git a/src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp b/src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp index 8f47736f0c..609823b9e1 100644 --- a/src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp +++ b/src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp @@ -41,9 +41,6 @@ int Transform::ops_performed(const Tensor4DShape &shape) return 170 * tile_M * tile_N * shape.n_channels; } -// Instantiate cost methods -template int Transform::ops_performed(const Tensor4DShape&); - /* F(4x4, 3x3) constructs 4x4 output tiles from a 3x3 convolution. Since we use * enough tiles to cover the output space each output tile may contain up to 3 * padded values to the right and bottom columns or rows of the tile, e.g.: -- cgit v1.2.1