aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/test/ArmComputeCl.cpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-12 16:00:08 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-01 14:56:47 +0100
commit5cd01f35e8975ca6d42eb5f2d5f121b57bdb8086 (patch)
treeab11b97baa21458ba60e34566e6e7699281c764d /src/armnn/backends/test/ArmComputeCl.cpp
parent279f8721824b104def48b426447fb1766d794e8e (diff)
downloadarmnn-5cd01f35e8975ca6d42eb5f2d5f121b57bdb8086.tar.gz
IVGCVSW-1832: add missing DIV quantized, broadcasting tests
Change-Id: I042b71e77d175163837bf39d5703ada08d25e532
Diffstat (limited to 'src/armnn/backends/test/ArmComputeCl.cpp')
-rw-r--r--src/armnn/backends/test/ArmComputeCl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/backends/test/ArmComputeCl.cpp b/src/armnn/backends/test/ArmComputeCl.cpp
index 3303c3fb51..22445edf18 100644
--- a/src/armnn/backends/test/ArmComputeCl.cpp
+++ b/src/armnn/backends/test/ArmComputeCl.cpp
@@ -163,6 +163,8 @@ ARMNN_AUTO_TEST_CASE(SimpleSub, SubtractionTest)
ARMNN_AUTO_TEST_CASE(SimpleDivision, DivisionTest)
ARMNN_AUTO_TEST_CASE(DivisionBroadcast1Element, DivisionBroadcast1ElementTest)
ARMNN_AUTO_TEST_CASE(DivisionBroadcast1DVector, DivisionBroadcast1DVectorTest)
+// NOTE: quantized division is not supported by CL and not required by the
+// android NN api
// Mul
ARMNN_AUTO_TEST_CASE(SimpleMultiplication, MultiplicationTest)