Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp155 const auto hidlPreference = NN_TRY(convert(preference)); in prepareModel() local
160 const auto ret = kDevice->prepareModel_1_1(hidlModel, hidlPreference, cb); in prepareModel()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp199 const auto hidlPreference = NN_TRY(convert(preference)); in prepareModel() local
210 kDevice->prepareModel_1_3(hidlModel, hidlPreference, hidlPriority, hidlDeadline, in prepareModel()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp248 const auto hidlPreference = NN_TRY(convert(preference)); in prepareModel() local
256 const auto ret = kDevice->prepareModel_1_2(hidlModel, hidlPreference, hidlModelCache, in prepareModel()