IVGCVSW-5394 TfLiteDelegate: Implement the Lstm operator
authorMike Kelly <mike.kelly@arm.com>
Wed, 17 Feb 2021 13:45:50 +0000 (13:45 +0000)
committerKeith Davis <keith.davis@arm.com>
Thu, 18 Feb 2021 12:39:00 +0000 (12:39 +0000)
commit44a469653208eafc61bba95346999458eb002521
tree36b81f70912cd22cbcff5e3f12566a40b926a14d
parent0d61a147b6c2f83f4999bfd52ccea1301894240e
IVGCVSW-5394 TfLiteDelegate: Implement the Lstm operator

 * Add LSTM operator

Signed-off-by: Mike Kelly <mike.kelly@arm.com>
Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: If8c667685fa1176738ffe2e6d08b1c684e7ee6b2
delegate/CMakeLists.txt
delegate/src/Lstm.hpp
delegate/src/test/LstmTest.cpp [new file with mode: 0644]
delegate/src/test/LstmTestHelper.hpp [new file with mode: 0644]