IVGCVSW-5390 'TfLiteDelegate: Implement the Normalisation operators'
authorSadik Armagan <sadik.armagan@arm.com>
Fri, 22 Jan 2021 10:53:38 +0000 (10:53 +0000)
committerSadik Armagan <sadik.armagan@arm.com>
Tue, 26 Jan 2021 09:40:33 +0000 (09:40 +0000)
commit4b227bb4e2d83f0e3125a2a8fcc6834b3b98b44d
tree2ec6f1063008929df60de043ca6c882b9a847e4c
parent0b51d5ad533f8ecde71f957077690195eea29ffc
IVGCVSW-5390 'TfLiteDelegate: Implement the Normalisation operators'

* Added L2_NORMALIZATION and LOCAL_RESPONSE_NORMALIZATION opertor support

Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: Ic9e66879cf6469fa8761fb1c9dd5950771f629b0
delegate/CMakeLists.txt
delegate/TensorFlowLiteDelegateSupport.md
delegate/src/Normalization.hpp
delegate/src/armnn_delegate.cpp
delegate/src/test/NormalizationTest.cpp [new file with mode: 0644]
delegate/src/test/NormalizationTestHelper.hpp [new file with mode: 0644]