From 3d4968ac573cc206ac1c6adcfd6f1d4689a715d1 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Mon, 4 Dec 2017 15:03:35 +0000 Subject: COMPMID-687: Winograd refactoring Moved the headers into src/ Added pimpl pattern Change-Id: I227f8b47468d8e14875d710aac8de5eb09463e2a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111765 Reviewed-by: Anthony Barbier Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- arm_compute/runtime/NEON/functions/NEWinogradLayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/runtime') diff --git a/arm_compute/runtime/NEON/functions/NEWinogradLayer.h b/arm_compute/runtime/NEON/functions/NEWinogradLayer.h index 7dca4570e5..77707060ec 100644 --- a/arm_compute/runtime/NEON/functions/NEWinogradLayer.h +++ b/arm_compute/runtime/NEON/functions/NEWinogradLayer.h @@ -67,8 +67,6 @@ public: NEWinogradLayer &operator=(const NEWinogradLayer &) = delete; private: - using Winograd3x3F32 = NEWinogradLayerKernel::Winograd3x3F32; - MemoryGroup _memory_group; NEWinogradLayerKernel _winograd_kernel; Tensor _weights_workspace; -- cgit v1.2.1