We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45d5a9 commit 9168accCopy full SHA for 9168acc
src/core/NEON/kernels/winograd/transforms/output_4x4_3x3_fp32.cpp
@@ -41,9 +41,6 @@ int Transform::ops_performed(const Tensor4DShape &shape)
41
return 170 * tile_M * tile_N * shape.n_channels;
42
}
43
44
-// Instantiate cost methods
45
-template int Transform::ops_performed(const Tensor4DShape&);
46
-
47
/* F(4x4, 3x3) constructs 4x4 output tiles from a 3x3 convolution. Since we use
48
* enough tiles to cover the output space each output tile may contain up to 3
49
* padded values to the right and bottom columns or rows of the tile, e.g.:
0 commit comments