aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEGather.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEGather.cpp')
-rw-r--r--src/runtime/NEON/functions/NEGather.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEGather.cpp b/src/runtime/NEON/functions/NEGather.cpp
index 078bd5ab26..428ef72d11 100644
--- a/src/runtime/NEON/functions/NEGather.cpp
+++ b/src/runtime/NEON/functions/NEGather.cpp
@@ -41,5 +41,4 @@ Status NEGather::validate(const ITensorInfo *input, const ITensorInfo *indices,
{
return NEGatherKernel::validate(input, indices, output, axis);
}
-
} // namespace arm_compute