aboutsummaryrefslogtreecommitdiff
path: root/delegate/test/ComparisonTest.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/ComparisonTest.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/ComparisonTest.cpp')
-rw-r--r--delegate/test/ComparisonTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/delegate/test/ComparisonTest.cpp b/delegate/test/ComparisonTest.cpp
index b044c27693..8374025cf0 100644
--- a/delegate/test/ComparisonTest.cpp
+++ b/delegate/test/ComparisonTest.cpp
@@ -11,7 +11,6 @@
#include <tensorflow/lite/interpreter.h>
#include <tensorflow/lite/kernels/register.h>
#include <tensorflow/lite/model.h>
-#include <schema_generated.h>
#include <tensorflow/lite/version.h>
#include <doctest/doctest.h>