IVGCVSW-5384 TfLiteDelegate: Implement the Gather operator
authorTeresa Charlin <teresa.charlinreyes@arm.com>
Wed, 25 Nov 2020 18:22:57 +0000 (18:22 +0000)
committerTeresa Charlin <teresa.charlinreyes@arm.com>
Thu, 26 Nov 2020 17:32:32 +0000 (17:32 +0000)
commit98427a19b7e820283909d3e4ae00bc9447e461fc
tree96eb4b5fc077774213597f58d87d1df91345b59e
parent1c717648a51af9058db90301fba3451845674ee2
IVGCVSW-5384 TfLiteDelegate: Implement the Gather operator

Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Change-Id: Iaf2112363d2b191327711d8e083fee2a751c35c5
delegate/CMakeLists.txt
delegate/TensorFlowLiteDelegateSupport.md
delegate/src/Gather.hpp
delegate/src/test/GatherTest.cpp [new file with mode: 0644]
delegate/src/test/GatherTestHelper.hpp [new file with mode: 0644]