IVGCVSW-5379 'TfLiteDelegate: Implement the ElementWiseBinary operators'
authorSadik Armagan <sadik.armagan@arm.com>
Thu, 29 Oct 2020 16:14:54 +0000 (16:14 +0000)
committerJim Flynn <jim.flynn@arm.com>
Thu, 29 Oct 2020 19:34:21 +0000 (19:34 +0000)
commit67e95f2aebc827f2e3c571385b9e623f09a65141
tree14fbd48cf78e3da8f03a5a72e0b6b98bedbb7a1d
parent3902f953201deef0d6807416d7324c87726883cb
IVGCVSW-5379 'TfLiteDelegate: Implement the ElementWiseBinary operators'

* Implemented ADD operator
* Implemented FP32 unit tests for ADD operator

Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: Id7238749308855bd2b2118f4b6e60e765815c38f
delegate/CMakeLists.txt
delegate/src/DelegateUtils.hpp
delegate/src/ElementwiseBinary.hpp
delegate/src/ElementwiseUnary.hpp
delegate/src/test/ArmnnDelegateTest.cpp
delegate/src/test/ElementwiseBinaryTest.cpp [new file with mode: 0644]
delegate/src/test/ElementwiseBinaryTestHelper.hpp [new file with mode: 0644]
delegate/src/test/ElementwiseUnaryTestHelper.hpp