aboutsummaryrefslogtreecommitdiff
path: root/test/FullyConnected.cpp
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2019-05-08 10:18:05 +0100
committerSadik Armagan <sadik.armagan@arm.com>2019-05-08 10:18:05 +0100
commite6e54a8b8eae7200fb5501052b13f740fd0b51b9 (patch)
tree33fdea7a37a9f754b73984cd2b0afe6e1e38f38d /test/FullyConnected.cpp
parent5e90935244f6448973f81146b78e20a065cb2df6 (diff)
downloadandroid-nn-driver-e6e54a8b8eae7200fb5501052b13f740fd0b51b9.tar.gz
IVGCVSW-2911 Android Q compatibility code updates
* Updates on test classes. Change-Id: I52e11a1d97d02c23e0a33e4e128dc43a4a95b5bc Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Diffstat (limited to 'test/FullyConnected.cpp')
-rw-r--r--test/FullyConnected.cpp6
1 files changed, 3 insertions, 3 deletions
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<uint32_t>{4};
// make the prepared model
- android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+ android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
// construct the request
DataLocation inloc = {};
@@ -118,7 +118,7 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInput)
model.operations[0].outputs = hidl_vec<uint32_t>{4};
// make the prepared model
- android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+ android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
// construct the request
@@ -205,7 +205,7 @@ BOOST_AUTO_TEST_CASE(TestFullyConnected4dInputReshape)
model.operations[0].outputs = hidl_vec<uint32_t>{4};
// make the prepared model
- android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+ android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
// construct the request