IVGCVSW-6858 Add GATHERNd Support to the TfLite Delegate


Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Change-Id: I56418875b3bb2ae45b5c69bfeaafa1a6126b8085
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index bae1d31..d488de4 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -30,6 +30,7 @@
         src/Fill.hpp
         src/FullyConnected.hpp
         src/Gather.hpp
+        src/GatherNd.hpp
         src/LogicalBinary.hpp
         src/Lstm.hpp
         src/MultiLayerFacade.hpp
@@ -161,6 +162,8 @@
         src/test/FullyConnectedTestHelper.hpp
         src/test/GatherTest.cpp
         src/test/GatherTestHelper.hpp
+        src/test/GatherNdTest.cpp
+        src/test/GatherNdTestHelper.hpp
         src/test/LogicalTest.cpp
         src/test/LogicalTestHelper.hpp
         src/test/LstmTest.cpp