Skip to content

Commit 9168acc

Browse files
jasonrandrewsAnthonyBarbier
authored andcommitted
fix warning hit with Android clang version 5.0.300080 (#348)
1 parent f45d5a9 commit 9168acc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/NEON/kernels/winograd/transforms/output_4x4_3x3_fp32.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ int Transform::ops_performed(const Tensor4DShape &shape)
4141
return 170 * tile_M * tile_N * shape.n_channels;
4242
}
4343

44-
// Instantiate cost methods
45-
template int Transform::ops_performed(const Tensor4DShape&);
46-
4744
/* F(4x4, 3x3) constructs 4x4 output tiles from a 3x3 convolution. Since we use
4845
* enough tiles to cover the output space each output tile may contain up to 3
4946
* padded values to the right and bottom columns or rows of the tile, e.g.:

0 commit comments

Comments
 (0)