Home
last modified time | relevance | path

Searched refs:RequestRelocation (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DExecution.h44 hal::utils::RequestRelocation relocation);
47 Request request, hal::utils::RequestRelocation relocation);
59 const hal::utils::RequestRelocation kRelocation;
DPreparedModel.h69 const V1_0::Request& request, const hal::utils::RequestRelocation& relocation) const;
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DExecution.h42 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure,
46 Request request, hal::utils::RequestRelocation relocation,
59 const hal::utils::RequestRelocation kRelocation;
DPreparedModel.h71 const hal::utils::RequestRelocation& relocation) const;
78 const hal::utils::RequestRelocation& relocation) const;
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DExecution.h42 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration);
45 Request request, hal::utils::RequestRelocation relocation, bool measure,
58 const hal::utils::RequestRelocation kRelocation;
DPreparedModel.h70 const hal::utils::RequestRelocation& relocation) const;
77 const hal::utils::RequestRelocation& relocation) const;
DBurst.h111 const hal::utils::RequestRelocation& relocation) const;
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecution.h44 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure);
47 V1_0::Request request, hal::utils::RequestRelocation relocation,
60 const hal::utils::RequestRelocation kRelocation;
DPreparedModel.h71 const hal::utils::RequestRelocation& relocation) const;
DExecutionBurstController.h188 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const;
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DExecution.cpp44 hal::utils::RequestRelocation relocation) { in create()
55 hal::utils::RequestRelocation relocation) in Execution()
DPreparedModel.cpp65 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/
DBurst.cpp47 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()
DPreparedModel.cpp80 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()
DExecution.cpp41 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/
DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create()
58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution()
DPreparedModel.cpp143 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/
DPreparedModel.cpp97 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/
DCommonUtils.h110 struct RequestRelocation { struct
126 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut); argument
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp224 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut) { in convertRequestFromPointerToShared()
237 RequestRelocation relocation; in convertRequestFromPointerToShared()