aboutsummaryrefslogtreecommitdiff
path: root/test/FullyConnected.cpp
diff options
context:
space:
mode:
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;