aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-01-29 11:46:02 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:00 +0000
commitb99d57df435ec1f2a775b3b06a44a68a2aac8df9 (patch)
tree410d067f189f74f28c2c5d5b29e0620ce2f256ba /src/runtime
parentc9afce52fe412e6f09917345b198a1f497571e8d (diff)
downloadComputeLibrary-b99d57df435ec1f2a775b3b06a44a68a2aac8df9.tar.gz
COMPMID-765: Clangtidy warnings
Change-Id: If8c1e0103ae2e3dfde3d0b9f23575c0e904c7f30 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/117961 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/NEON/functions/NEWinogradLayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEWinogradLayer.cpp b/src/runtime/NEON/functions/NEWinogradLayer.cpp
index da46f8773c..cb1d8b5a48 100644
--- a/src/runtime/NEON/functions/NEWinogradLayer.cpp
+++ b/src/runtime/NEON/functions/NEWinogradLayer.cpp
@@ -151,7 +151,6 @@ void NEWinogradLayer::configure(const ITensor *input, const ITensor *weights, co
// Reorder the convoluted output to ACL's ordering NCHW
_permute_output.configure(&_output_nhwc, _output, PermutationVector(1U, 2U, 0U));
-
}
void NEWinogradLayer::run()