From e6e54a8b8eae7200fb5501052b13f740fd0b51b9 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 8 May 2019 10:18:05 +0100 Subject: IVGCVSW-2911 Android Q compatibility code updates * Updates on test classes. Change-Id: I52e11a1d97d02c23e0a33e4e128dc43a4a95b5bc Signed-off-by: Sadik Armagan --- test/FullyConnected.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/FullyConnected.cpp') diff --git a/test/FullyConnected.cpp b/test/FullyConnected.cpp index 5c204ca7..6ab63ff2 100644 --- a/test/FullyConnected.cpp +++ b/test/FullyConnected.cpp @@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE(FullyConnected) model.operations[0].outputs = hidl_vec{4}; // make the prepared model - android::sp preparedModel = PrepareModel(model, *driver); + android::sp preparedModel = PrepareModel(model, *driver); // construct the request DataLocation inloc = {}; @@ -118,7 +118,7 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInput) model.operations[0].outputs = hidl_vec{4}; // make the prepared model - android::sp preparedModel = PrepareModel(model, *driver); + android::sp preparedModel = PrepareModel(model, *driver); // construct the request @@ -205,7 +205,7 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInputReshape) model.operations[0].outputs = hidl_vec{4}; // make the prepared model - android::sp preparedModel = PrepareModel(model, *driver); + android::sp preparedModel = PrepareModel(model, *driver); // construct the request -- cgit v1.2.1