aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/test
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2023-10-30 22:29:58 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2023-11-02 11:42:53 +0000
commit5306dc893bbd6a203744e11c242b9811c8cf1d0c (patch)
tree74607a893e0573025feb242df2da6fd02cf23b14 /src/backends/reference/test
parentb8aeec291e8bc1ef1f41d71ab47f4a8350bd8825 (diff)
downloadarmnn-5306dc893bbd6a203744e11c242b9811c8cf1d0c.tar.gz
IVGCVSW-7889 Add support for Signed64 data type in Cast layer
* Remove mention of "isDepthwise" variable name when not needed and therefore IgnoreUnused call * Improve error messages and change them to throws in Encoder and Decoder Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I8ce30b5075e1e47d54abc12390265ba8e9ee1405
Diffstat (limited to 'src/backends/reference/test')
-rw-r--r--src/backends/reference/test/RefPerAxisIteratorTests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/reference/test/RefPerAxisIteratorTests.cpp b/src/backends/reference/test/RefPerAxisIteratorTests.cpp
index 92b828e067..d437f4da77 100644
--- a/src/backends/reference/test/RefPerAxisIteratorTests.cpp
+++ b/src/backends/reference/test/RefPerAxisIteratorTests.cpp
@@ -5,6 +5,8 @@
#include <reference/workloads/Decoders.hpp>
+#include <armnn/utility/IgnoreUnused.hpp>
+
#include <fmt/format.h>
#include <doctest/doctest.h>