Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/utils/src/
DDevice.cpp131 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in getSupportedOperations()
150 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp131 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in getSupportedOperations()
150 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp175 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in getSupportedOperations()
194 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp224 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in getSupportedOperations()
243 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DCommonUtils.h60 nn::GeneralResult<std::reference_wrapper<const nn::Model>> flushDataFromPointerToShared(
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp203 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in getSupportedOperations()
221 NN_TRY(hal::utils::flushDataFromPointerToShared(&model, &maybeModelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp174 nn::GeneralResult<std::reference_wrapper<const nn::Model>> flushDataFromPointerToShared( in flushDataFromPointerToShared() function