IVGCVSW-5380 'TfLiteDelegate: Implement the Comparison operators'
authorSadik Armagan <sadik.armagan@arm.com>
Mon, 9 Nov 2020 08:26:22 +0000 (08:26 +0000)
committerSadik Armagan <sadik.armagan@arm.com>
Tue, 10 Nov 2020 15:08:17 +0000 (15:08 +0000)
commit8b9858d891439fd1b0710e5d245e2116a3b88d30
tree744f81bd24a172800f2fdbfe425550a68824e978
parent21a94ff6212aac28398f90373e873d43390070a3
IVGCVSW-5380 'TfLiteDelegate: Implement the Comparison operators'

* Implemented Comparison Operators
* Added unit tests

Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: Icdc0f7c6a286a8364a2770b26d15e8958291dc2b
delegate/CMakeLists.txt
delegate/src/Comparison.hpp
delegate/src/DelegateUtils.hpp
delegate/src/test/ComparisonTest.cpp [new file with mode: 0644]
delegate/src/test/ComparisonTestHelper.hpp [new file with mode: 0644]