Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DExecution.cpp58 kRelocation(std::move(relocation)), in ExecutionWithCachedRequest()
66 {}, {}, kRelocation); in compute()
78 aidlTimeoutDurationAfterFence, {}, {}, kRelocation); in computeFenced()
93 : kExecution(std::move(execution)), kRelocation(std::move(relocation)) {} in Execution()
DPreparedModel.cpp284 if (kRelocation.input) { in compute()
285 kRelocation.input->flush(); in compute()
291 return handleExecutionResult(executionResult, kRelocation); in compute()
301 if (kRelocation.input) { in computeFenced()
302 kRelocation.input->flush(); in computeFenced()
309 return handleFencedExecutionResult(result, kRelocation); in computeFenced()
DBurst.cpp73 const hal::utils::RequestRelocation kRelocation; member in aidl::android::hardware::neuralnetworks::utils::__anonb0a520b70111::BurstExecution
334 kRelocation(std::move(relocation)), in BurstExecution()
342 kRelocation); in compute()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DExecution.cpp61 kRelocation(std::move(relocation)), in Execution()
69 kRelocation); in compute()
80 hidlTimeoutDurationAfterFence, kRelocation); in computeFenced()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DExecution.cpp58 kRelocation(std::move(relocation)) {} in Execution()
62 return kPreparedModel->executeInternal(kRequest, kRelocation); in compute()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecution.cpp58 kRelocation(std::move(relocation)), in Execution()
63 return kPreparedModel->executeInternal(kRequest, kMeasure, kRelocation); in compute()
DBurst.cpp76 const hal::utils::RequestRelocation kRelocation; member in android::hardware::neuralnetworks::V1_2::utils::__anon7559e94e0111::BurstExecution
454 kRelocation(std::move(relocation)), in BurstExecution()
459 return kController->executeInternal(kRequest, kRelocation, /*fallback=*/nullptr); in compute()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DExecution.h65 const hal::utils::RequestRelocation kRelocation; variable
91 const hal::utils::RequestRelocation kRelocation; variable
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DExecution.h59 const hal::utils::RequestRelocation kRelocation; variable
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DExecution.h59 const hal::utils::RequestRelocation kRelocation; variable
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecution.h60 const hal::utils::RequestRelocation kRelocation; variable