Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp206 const auto aidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations() local
209 const auto ret = kDevice->getSupportedOperations(aidlModel, &supportedOperations); in getSupportedOperations()
226 const auto aidlModel = NN_TRY(convert(modelInShared)); in prepareModel() local
240 aidlModel, in prepareModel()
249 const auto ret = kDevice->prepareModel(aidlModel, aidlPreference, aidlPriority, aidlDeadline, in prepareModel()