/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | PreparedModel.cpp | 65 hal::utils::RequestRelocation relocation; in execute() local 69 &maybeRequestInShared, &relocation))); in execute() 73 return executeInternal(hidlRequest, relocation); in execute() 78 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 79 if (relocation.input) { in executeInternal() 80 relocation.input->flush(); in executeInternal() 91 if (relocation.output) { in executeInternal() 92 relocation.output->flush(); in executeInternal() 113 hal::utils::RequestRelocation relocation; in createReusableExecution() local 116 &maybeRequestInShared, &relocation)); in createReusableExecution() [all …]
|
D | Execution.cpp | 44 hal::utils::RequestRelocation relocation) { in create() argument 50 std::move(request), std::move(relocation)); in create() 55 hal::utils::RequestRelocation relocation) in Execution() argument 58 kRelocation(std::move(relocation)) {} in Execution()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | PreparedModel.cpp | 80 hal::utils::RequestRelocation relocation; in execute() local 84 &maybeRequestInShared, &relocation))); in execute() 92 relocation); in execute() 98 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 99 if (relocation.input) { in executeInternal() 100 relocation.input->flush(); in executeInternal() 116 if (relocation.output) { in executeInternal() 117 relocation.output->flush(); in executeInternal() 129 hal::utils::RequestRelocation relocation; in executeFenced() local 132 &maybeRequestInShared, &relocation)); in executeFenced() [all …]
|
D | Burst.cpp | 47 hal::utils::RequestRelocation relocation, 52 int64_t loopTimeoutDuration, hal::utils::RequestRelocation relocation, 178 hal::utils::RequestRelocation relocation; in execute() local 182 &maybeRequestInShared, &relocation))); in execute() 208 aidlLoopTimeoutDuration, relocation); in execute() 214 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 222 if (relocation.input) { in executeInternal() 223 relocation.input->flush(); in executeInternal() 239 if (relocation.output) { in executeInternal() 240 relocation.output->flush(); in executeInternal() [all …]
|
D | Execution.cpp | 41 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration) { in create() argument 47 std::move(request), std::move(relocation), measure, in create() 53 hal::utils::RequestRelocation relocation, bool measure, in Execution() argument 57 kRelocation(std::move(relocation)), in Execution()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | PreparedModel.cpp | 143 hal::utils::RequestRelocation relocation; in execute() local 147 &maybeRequestInShared, &relocation))); in execute() 156 relocation); in execute() 163 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 164 if (relocation.input) { in executeInternal() 165 relocation.input->flush(); in executeInternal() 173 if (relocation.output) { in executeInternal() 174 relocation.output->flush(); in executeInternal() 186 hal::utils::RequestRelocation relocation; in executeFenced() local 189 &maybeRequestInShared, &relocation)); in executeFenced() [all …]
|
D | Execution.cpp | 45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create() argument 52 std::move(request), std::move(relocation), measure, in create() 58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution() argument 62 kRelocation(std::move(relocation)), in Execution()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | PreparedModel.cpp | 97 hal::utils::RequestRelocation relocation; in execute() local 101 &maybeRequestInShared, &relocation))); in execute() 106 return executeInternal(hidlRequest, hidlMeasure, relocation); in execute() 111 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 112 if (relocation.input) { in executeInternal() 113 relocation.input->flush(); in executeInternal() 120 if (relocation.output) { in executeInternal() 121 relocation.output->flush(); in executeInternal() 142 hal::utils::RequestRelocation relocation; in createReusableExecution() local 145 &maybeRequestInShared, &relocation)); in createReusableExecution() [all …]
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Execution.h | 44 hal::utils::RequestRelocation relocation); 47 Request request, hal::utils::RequestRelocation relocation);
|
D | PreparedModel.h | 69 const V1_0::Request& request, const hal::utils::RequestRelocation& relocation) const;
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | Execution.h | 42 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, 46 Request request, hal::utils::RequestRelocation relocation,
|
D | PreparedModel.h | 71 const hal::utils::RequestRelocation& relocation) const; 78 const hal::utils::RequestRelocation& relocation) const;
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Execution.h | 42 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration); 45 Request request, hal::utils::RequestRelocation relocation, bool measure,
|
D | PreparedModel.h | 70 const hal::utils::RequestRelocation& relocation) const; 77 const hal::utils::RequestRelocation& relocation) const;
|
D | Burst.h | 111 const hal::utils::RequestRelocation& relocation) const;
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | Execution.h | 44 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure); 47 V1_0::Request request, hal::utils::RequestRelocation relocation,
|
D | PreparedModel.h | 71 const hal::utils::RequestRelocation& relocation) const;
|
D | ExecutionBurstController.h | 188 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const;
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | CommonUtils.cpp | 237 RequestRelocation relocation; in convertRequestFromPointerToShared() local 260 relocation.input = NN_TRY( in convertRequestFromPointerToShared() 284 relocation.output = NN_TRY(OutputRelocationTracker::create(std::move(outputRelocationInfos), in convertRequestFromPointerToShared() 289 *relocationOut = std::move(relocation); in convertRequestFromPointerToShared()
|