aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/convolution
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-26 19:16:32 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:11 +0000
commita8a28f66d5ea70066b666b1185ac2f9783179b49 (patch)
treece1dc55eda062ab4e988c32d8e41ae8a8fc4e986 /src/core/NEON/kernels/convolution
parentf78625be6890faa8355a73f8a0244257bc90367f (diff)
downloadComputeLibrary-a8a28f66d5ea70066b666b1185ac2f9783179b49.tar.gz
COMPMID-976: Fix warnings for ndk-r16b
Change-Id: Ie6f1c2a88ece658eb491caa2c4838fb601104850 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122302 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'src/core/NEON/kernels/convolution')
-rw-r--r--src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp3
1 files changed, 0 insertions, 3 deletions
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.: