Searched refs:RequestRelocation (Results 1 – 20 of 20) sorted by relevance
/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); 59 const hal::utils::RequestRelocation kRelocation;
|
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, 59 const hal::utils::RequestRelocation kRelocation;
|
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, 58 const hal::utils::RequestRelocation kRelocation;
|
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, 60 const hal::utils::RequestRelocation kRelocation;
|
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/1.0/utils/src/ |
D | Execution.cpp | 44 hal::utils::RequestRelocation relocation) { in create() 55 hal::utils::RequestRelocation relocation) in Execution()
|
D | PreparedModel.cpp | 65 hal::utils::RequestRelocation relocation; in execute() 78 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 113 hal::utils::RequestRelocation relocation; in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Burst.cpp | 47 hal::utils::RequestRelocation relocation, 52 int64_t loopTimeoutDuration, hal::utils::RequestRelocation relocation, 68 const hal::utils::RequestRelocation kRelocation; 178 hal::utils::RequestRelocation relocation; in execute() 214 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 250 hal::utils::RequestRelocation relocation; in createReusableExecution() 284 hal::utils::RequestRelocation relocation, in create() 299 hal::utils::RequestRelocation relocation, in BurstExecution()
|
D | PreparedModel.cpp | 80 hal::utils::RequestRelocation relocation; in execute() 98 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 129 hal::utils::RequestRelocation relocation; in executeFenced() 150 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal() 200 hal::utils::RequestRelocation relocation; in createReusableExecution()
|
D | Execution.cpp | 41 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration) { in create() 53 hal::utils::RequestRelocation relocation, bool measure, in Execution()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Execution.cpp | 45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create() 58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution()
|
D | PreparedModel.cpp | 143 hal::utils::RequestRelocation relocation; in execute() 163 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 186 hal::utils::RequestRelocation relocation; in executeFenced() 208 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal() 239 hal::utils::RequestRelocation relocation; in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | PreparedModel.cpp | 97 hal::utils::RequestRelocation relocation; in execute() 111 const hal::utils::RequestRelocation& relocation) const { in executeInternal() 142 hal::utils::RequestRelocation relocation; in createReusableExecution()
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | CommonUtils.h | 110 struct RequestRelocation { struct 126 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut); argument
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | CommonUtils.cpp | 224 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut) { in convertRequestFromPointerToShared() 237 RequestRelocation relocation; in convertRequestFromPointerToShared()
|