fix warning hit with Android clang version 5.0.300080 (#348)
authorjasonrandrews <jason.r.andrews@comcast.net>
Wed, 14 Feb 2018 17:35:53 +0000 (11:35 -0600)
committerAnthony Barbier <Anthony.barbier@arm.com>
Wed, 14 Feb 2018 17:35:53 +0000 (17:35 +0000)
src/core/NEON/kernels/winograd/transforms/output_4x4_3x3_fp32.cpp

index 483e5c1..5eac334 100644 (file)
@@ -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.: