aboutsummaryrefslogtreecommitdiff
path: root/test/Convolution2D.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Convolution2D.hpp')
-rw-r--r--test/Convolution2D.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Convolution2D.hpp b/test/Convolution2D.hpp
index ff417d96..3fda29bc 100644
--- a/test/Convolution2D.hpp
+++ b/test/Convolution2D.hpp
@@ -59,7 +59,7 @@ void PaddingTestImpl(android::nn::PaddingScheme paddingScheme, bool fp16Enabled
// make the prepared model
SetModelFp16Flag(model, fp16Enabled);
- android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+ android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
// construct the request
DataLocation inloc = {};