aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2017-12-05 09:44:21 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:41:58 +0000
commit5497bf623c13be2ae80e6133bd50720aaa404c7a (patch)
treec39bfcc9dc84bdfc6586c5b92e172cc796d36745 /arm_compute
parent8108d2e3c91f400a28ac6236d8d1548ea94bf2be (diff)
downloadComputeLibrary-5497bf623c13be2ae80e6133bd50720aaa404c7a.tar.gz
COMPMID-718: Cleaned up NEWinogradLayerKernel header.
Change-Id: I5f070c098a6d5f5a7048a2ac3c9455eb1d2ca34c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111844 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute')
-rw-r--r--arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h b/arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h
index 3ab3aa792b..5d9e340617 100644
--- a/arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h
+++ b/arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h
@@ -52,8 +52,6 @@ private:
class NEWinogradLayerKernel : public INEKernel
{
public:
- // using Winograd3x3F32 = winograd_shim_nchw::Winograd2x2_3x3GEMM<float, float>;
-
/** Constructor */
NEWinogradLayerKernel();
@@ -92,8 +90,7 @@ public:
protected:
Winograd3x3F32 *_convolver;
- // std::unique_ptr<Winograd3x3F32> _conv;
- ITensor *_output;
+ ITensor *_output;
};
} // namespace arm_compute