aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp2
-rw-r--r--tests/TfLiteVGG16Quantized-Armnn/Validation.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp b/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp
index acaabe4487..e23dbdc9d4 100644
--- a/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp
+++ b/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp
@@ -16,6 +16,8 @@ int main(int argc, char* argv[])
// Coverity fix: The following code may throw an exception of type std::length_error.
std::vector<ImageSet> imageSet =
{
+ // The model we are using incorrectly classifies everything as class 699
+ // But can still be used for benchmarking the layers.
{"Dog.jpg", 669},
{"Cat.jpg", 669},
{"shark.jpg", 669},
diff --git a/tests/TfLiteVGG16Quantized-Armnn/Validation.txt b/tests/TfLiteVGG16Quantized-Armnn/Validation.txt
new file mode 100644
index 0000000000..3758c85c62
--- /dev/null
+++ b/tests/TfLiteVGG16Quantized-Armnn/Validation.txt
@@ -0,0 +1,3 @@
+669
+669
+669