IVGCVSW-5508 Activate compiler warnings in ArmNN TfLite Delegate
authorFinn Williams <Finn.Williams@arm.com>
Fri, 13 Nov 2020 13:23:15 +0000 (13:23 +0000)
committerFinn Williams <Finn.Williams@arm.com>
Mon, 16 Nov 2020 12:31:03 +0000 (12:31 +0000)
commit6f9f99024df71b6b7f7115b58d85eb100c66f3c5
tree412f5c3b4f9ade8fa9cc66cfe84c76b5ac52b461
parent72a7cf21453253ed4ac0c17c39773179c857935f
IVGCVSW-5508 Activate compiler warnings in ArmNN TfLite Delegate

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: I1a8e2aa618ff693c61010e6150f3ca41b8ab1201
23 files changed:
delegate/CMakeLists.txt
delegate/src/Activation.hpp
delegate/src/ArgMinMax.hpp
delegate/src/BatchSpace.hpp
delegate/src/Comparison.hpp
delegate/src/Control.hpp
delegate/src/DelegateUtils.hpp
delegate/src/Fill.hpp
delegate/src/FullyConnected.hpp
delegate/src/Gather.hpp
delegate/src/Lstm.hpp
delegate/src/Normalization.hpp
delegate/src/Pad.hpp
delegate/src/Quantization.hpp
delegate/src/Redefine.hpp
delegate/src/Resize.hpp
delegate/src/Round.hpp
delegate/src/Slice.hpp
delegate/src/Softmax.hpp
delegate/src/SpaceDepth.hpp
delegate/src/Transpose.hpp
delegate/src/armnn_delegate.cpp
delegate/src/test/Pooling2dTestHelper.hpp