aboutsummaryrefslogtreecommitdiff
path: root/1.3/ArmnnDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to '1.3/ArmnnDriver.hpp')
-rw-r--r--1.3/ArmnnDriver.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/1.3/ArmnnDriver.hpp b/1.3/ArmnnDriver.hpp
index be355932..798c4381 100644
--- a/1.3/ArmnnDriver.hpp
+++ b/1.3/ArmnnDriver.hpp
@@ -260,7 +260,6 @@ public:
}
Return<ErrorStatus> prepareModelFromCache_1_3(
- V1_3::Priority,
const V1_3::OptionalTimePoint&,
const android::hardware::hidl_vec<android::hardware::hidl_handle>&,
const android::hardware::hidl_vec<android::hardware::hidl_handle>&,
@@ -272,12 +271,6 @@ public:
return ErrorStatus::GENERAL_FAILURE;
}
- Return<void> supportsDeadlines(supportsDeadlines_cb cb) {
- // Set both numbers to be false for deadlines not supported.
- cb(/*prepareModelDeadline=*/false, /*executionDeadline=*/false);
- return Void();
- }
-
Return<void> allocate(const V1_3::BufferDesc& /*desc*/,
const hidl_vec<sp<V1_3::IPreparedModel>>& /*preparedModels*/,
const hidl_vec<V1_3::BufferRole>& /*inputRoles*/,