aboutsummaryrefslogtreecommitdiff
path: root/delegate/test/SoftmaxTest.cpp
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2023-12-08 15:49:54 +0000
committerColm Donelan <colm.donelan@arm.com>2023-12-13 12:03:25 +0000
commit5ea6e3fcc6b0baa822c0b063e474b560ea192339 (patch)
tree84e617ea1d2b4dfc047f55f788f658edfc86a58b /delegate/test/SoftmaxTest.cpp
parent6f98074958b9dcdf8dfde50c0aa868755d6815ac (diff)
downloadarmnn-5ea6e3fcc6b0baa822c0b063e474b560ea192339.tar.gz
Removing unnecessary schema dependency from delegate unit tests.
* All of the unit tests were including the TfL schema even though it is not used. This prevented building with delegate and not TfL parser. * Fixing some template compile errors that were introduced when FileComparisonExecutorTests.cpp was compiled without TfL parser. Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: I86742d57a6520ab6bd8336a683fee29de326fff5
Diffstat (limited to 'delegate/test/SoftmaxTest.cpp')
-rw-r--r--delegate/test/SoftmaxTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/delegate/test/SoftmaxTest.cpp b/delegate/test/SoftmaxTest.cpp
index 27f780948d..35840533f9 100644
--- a/delegate/test/SoftmaxTest.cpp
+++ b/delegate/test/SoftmaxTest.cpp
@@ -8,7 +8,6 @@
#include <armnn_delegate.hpp>
#include <flatbuffers/flatbuffers.h>
-#include <schema_generated.h>
#include <doctest/doctest.h>