aboutsummaryrefslogtreecommitdiff
path: root/test/FullyConnected.cpp
diff options
context:
space:
mode:
authorEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-08-05 14:20:32 +0100
committerEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-08-22 11:18:39 +0100
commita3d7fad1dc3c29ab614f6f277aeea74dc67d219a (patch)
tree306957dc6c39ae52560b949944748a14c4b63023 /test/FullyConnected.cpp
parent976ad3e257c4a68e809f5a7fe3b7a99bb3f1fba4 (diff)
downloadandroid-nn-driver-a3d7fad1dc3c29ab614f6f277aeea74dc67d219a.tar.gz
IVGCVSW-3613 Add Quantized LSTM test to Android NN Driver
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> Change-Id: Ie3c535789186571df9000d75ad2a62ac8c94dcb4
Diffstat (limited to 'test/FullyConnected.cpp')
-rw-r--r--test/FullyConnected.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/FullyConnected.cpp b/test/FullyConnected.cpp
index ec4fcbda..e8b5dc26 100644
--- a/test/FullyConnected.cpp
+++ b/test/FullyConnected.cpp
@@ -126,7 +126,6 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInput)
// make the prepared model
android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
-
// construct the request
DataLocation inloc = {};
inloc.poolIndex = 0;
@@ -213,7 +212,6 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInputReshape)
// make the prepared model
android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
-
// construct the request
DataLocation inloc = {};
inloc.poolIndex = 0;