Home
last modified time | relevance | path

Searched refs:aidlModelCache (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp230 auto aidlModelCache = NN_TRY(convert(modelCache)); in prepareModel() local
241 {aidlPreference, aidlPriority, aidlDeadline, std::move(aidlModelCache), in prepareModel()
250 aidlModelCache, aidlDataCache, aidlToken, cb); in prepareModel()
259 const auto aidlModelCache = NN_TRY(convert(modelCache)); in prepareModelFromCache() local
266 const auto ret = kDevice->prepareModelFromCache(aidlDeadline, aidlModelCache, aidlDataCache, in prepareModelFromCache()