Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
H A DExecution.h44 hal::utils::RequestRelocation relocation);
47 Request request, hal::utils::RequestRelocation relocation);
59 const hal::utils::RequestRelocation kRelocation;
H A DPreparedModel.h69 const V1_0::Request& request, const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
H A DExecution.h42 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure,
46 Request request, hal::utils::RequestRelocation relocation,
59 const hal::utils::RequestRelocation kRelocation;
H A DPreparedModel.h71 const hal::utils::RequestRelocation& relocation) const;
78 const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A 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;
H A DPreparedModel.h70 const hal::utils::RequestRelocation& relocation) const;
77 const hal::utils::RequestRelocation& relocation) const;
H A DBurst.h111 const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A 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;
H A DPreparedModel.h71 const hal::utils::RequestRelocation& relocation) const;
H A DExecutionBurstController.h188 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A 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()
H A 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()
H A DExecution.cpp41 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration) { in create()
53 hal::utils::RequestRelocation relocation, bool measure, in Execution()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp61 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
66 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
79 const hal::utils::RequestRelocation kRelocation;
328 hal::utils::RequestRelocation relocation; in execute()
375 hal::utils::RequestRelocation relocation; in createReusableExecution()
403 const hal::utils::RequestRelocation& relocation, in executeInternal()
441 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation, in create()
455 hal::utils::RequestRelocation relocation, in BurstExecution()
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) { in create()
56 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) in Execution()
H A DPreparedModel.cpp97 hal::utils::RequestRelocation relocation; in execute()
111 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
142 hal::utils::RequestRelocation relocation; in createReusableExecution()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DPreparedModel.cpp65 hal::utils::RequestRelocation relocation; in execute()
78 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
113 hal::utils::RequestRelocation relocation; in createReusableExecution()
H A DExecution.cpp44 hal::utils::RequestRelocation relocation) { in create()
55 hal::utils::RequestRelocation relocation) in Execution()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A 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()
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create()
58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution()
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DCommonUtils.h110 struct RequestRelocation { struct
126 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut); argument
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DCommonUtils.cpp224 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut) { in convertRequestFromPointerToShared()
237 RequestRelocation relocation; in convertRequestFromPointerToShared()