From a3d7fad1dc3c29ab614f6f277aeea74dc67d219a Mon Sep 17 00:00:00 2001 From: Ellen Norris-Thompson Date: Mon, 5 Aug 2019 14:20:32 +0100 Subject: IVGCVSW-3613 Add Quantized LSTM test to Android NN Driver Signed-off-by: Ellen Norris-Thompson Change-Id: Ie3c535789186571df9000d75ad2a62ac8c94dcb4 --- test/FullyConnected.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/FullyConnected.cpp') 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 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 preparedModel = PrepareModel(model, *driver); - // construct the request DataLocation inloc = {}; inloc.poolIndex = 0; -- cgit v1.2.1