aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEWinogradLayer.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2017-12-04 15:03:35 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:41:58 +0000
commit3d4968ac573cc206ac1c6adcfd6f1d4689a715d1 (patch)
tree5000b163a0b5ec4d31e04e015bfa43dbbf9e0939 /arm_compute/runtime/NEON/functions/NEWinogradLayer.h
parentb40879e15d51d8c56004a03df76ed012e3b1ea8a (diff)
downloadComputeLibrary-3d4968ac573cc206ac1c6adcfd6f1d4689a715d1.tar.gz
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 <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/runtime/NEON/functions/NEWinogradLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEWinogradLayer.h2
1 files changed, 0 insertions, 2 deletions
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;