From 0c34fe29c298057091d48cde332cb60bb14efee1 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Mon, 26 Jun 2017 17:17:42 +0100 Subject: COMPMID-421: Added FP16 support in Pooling Layer Change-Id: I6b6119c8770051c1656da40aa073c539c15b493e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78985 Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- scripts/check_clang-tidy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/check_clang-tidy.py') diff --git a/scripts/check_clang-tidy.py b/scripts/check_clang-tidy.py index b24f5f7f8f..6c2173b6fe 100755 --- a/scripts/check_clang-tidy.py +++ b/scripts/check_clang-tidy.py @@ -46,6 +46,7 @@ if __name__ == "__main__": ("ReferenceCPP.cpp" in line and "parameter 'srcs' is unused" in line) or ("ReferenceCPP.cpp" in line and re.search(r"parameter '[^']+' is unused", line)) or ("NEGEMMMatrixMultiplyKernel.cpp" in line and "do not use C-style cast to convert between unrelated types" in line) or + ("NEPoolingLayerKernel.cpp" in line and "do not use C-style cast to convert between unrelated types" in line) or "3rdparty" in line): continue -- cgit v1.2.1