aboutsummaryrefslogtreecommitdiff
path: root/tests/Utils.h
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2017-06-22 11:05:41 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:05 +0100
commit3b77e9df5d2d33bda0500235d3f258f3197037de (patch)
treef99c3fa58483b9992eae4cdd9f2978c2f278404b /tests/Utils.h
parent3eb263e95898c933cde5450a919a161ac6b2359b (diff)
downloadComputeLibrary-3b77e9df5d2d33bda0500235d3f258f3197037de.tar.gz
COMPMID-378 - Implemented reference implementation and tests (NEON and CL) for Non Linear Filter
Change-Id: I1b81e030a27cf01d098247a87d047099616e2a39 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78531 Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/Utils.h')
-rw-r--r--tests/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Utils.h b/tests/Utils.h
index f06799017a..219cbd0368 100644
--- a/tests/Utils.h
+++ b/tests/Utils.h
@@ -681,6 +681,7 @@ inline bool is_in_valid_region(const ValidRegion &valid_region, const Coordinate
}
return true;
}
+
} // namespace test
} // namespace arm_compute
#endif