aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEWinogradLayer.h
diff options
context:
space:
mode:
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;