Home
last modified time | relevance | path

Searched refs:relocation (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/utils/src/
DPreparedModel.cpp67 hal::utils::RequestRelocation relocation; in execute() local
70 &maybeRequestInShared, &relocation)); in execute()
74 return executeInternal(hidlRequest, relocation); in execute()
79 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
80 if (relocation.input) { in executeInternal()
81 relocation.input->flush(); in executeInternal()
92 if (relocation.output) { in executeInternal()
93 relocation.output->flush(); in executeInternal()
117 hal::utils::RequestRelocation relocation; in createReusableExecution() local
120 &maybeRequestInShared, &relocation)); in createReusableExecution()
[all …]
DExecution.cpp44 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/
DPreparedModel.cpp58 const ExecutionResult& result, const hal::utils::RequestRelocation& relocation) { in handleExecutionResult() argument
68 if (relocation.output) { in handleExecutionResult()
69 relocation.output->flush(); in handleExecutionResult()
76 const hal::utils::RequestRelocation& relocation) { in handleFencedExecutionResult() argument
89 if (relocation.output) { in handleFencedExecutionResult()
94 relocation.output->flush(); in handleFencedExecutionResult()
136 hal::utils::RequestRelocation relocation; in execute() local
139 &maybeRequestInShared, &relocation)); in execute()
146 extensionNameToPrefix, relocation); in execute()
154 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
[all …]
DExecution.cpp40 Request request, hal::utils::RequestRelocation relocation, in create() argument
49 std::move(relocation), measure, loopTimeoutDuration); in create()
54 Request request, hal::utils::RequestRelocation relocation, bool measure, in ExecutionWithCachedRequest() argument
58 kRelocation(std::move(relocation)), in ExecutionWithCachedRequest()
82 std::shared_ptr<aidl_hal::IExecution> execution, hal::utils::RequestRelocation relocation) { in create() argument
88 std::move(relocation)); in create()
92 hal::utils::RequestRelocation relocation) in Execution() argument
93 : kExecution(std::move(execution)), kRelocation(std::move(relocation)) {} in Execution()
DBurst.cpp48 hal::utils::RequestRelocation relocation,
55 hal::utils::RequestRelocation relocation,
187 hal::utils::RequestRelocation relocation; in execute() local
190 &maybeRequestInShared, &relocation)); in execute()
214 aidlLoopTimeoutDuration, hints, extensionNameToPrefix, relocation); in execute()
221 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
229 if (relocation.input) { in executeInternal()
230 relocation.input->flush(); in executeInternal()
258 if (relocation.output) { in executeInternal()
259 relocation.output->flush(); in executeInternal()
[all …]
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DPreparedModel.cpp143 hal::utils::RequestRelocation relocation; in execute() local
146 &maybeRequestInShared, &relocation)); in execute()
154 relocation); in execute()
161 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
162 if (relocation.input) { in executeInternal()
163 relocation.input->flush(); in executeInternal()
171 if (relocation.output) { in executeInternal()
172 relocation.output->flush(); in executeInternal()
187 hal::utils::RequestRelocation relocation; in executeFenced() local
190 &maybeRequestInShared, &relocation)); in executeFenced()
[all …]
DExecution.cpp44 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create() argument
51 std::move(request), std::move(relocation), measure, in create()
57 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution() argument
61 kRelocation(std::move(relocation)), in Execution()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DPreparedModel.cpp99 hal::utils::RequestRelocation relocation; in execute() local
102 &maybeRequestInShared, &relocation)); in execute()
107 return executeInternal(hidlRequest, hidlMeasure, relocation); in execute()
112 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
113 if (relocation.input) { in executeInternal()
114 relocation.input->flush(); in executeInternal()
121 if (relocation.output) { in executeInternal()
122 relocation.output->flush(); in executeInternal()
146 hal::utils::RequestRelocation relocation; in createReusableExecution() local
149 &maybeRequestInShared, &relocation)); in createReusableExecution()
[all …]
DExecution.cpp44 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) { in create() argument
50 std::move(request), std::move(relocation), measure); in create()
55 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) in Execution() argument
58 kRelocation(std::move(relocation)), in Execution()
DBurst.cpp59 hal::utils::RequestRelocation relocation,
63 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
326 hal::utils::RequestRelocation relocation; in execute() local
329 &maybeRequestInShared, &relocation)); in execute()
352 return executeInternal(requestPacket, relocation, fallback); in execute()
373 hal::utils::RequestRelocation relocation; in createReusableExecution() local
376 &maybeRequestInShared, &relocation)); in createReusableExecution()
396 std::move(relocation), std::move(holds)); in createReusableExecution()
401 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const { in executeInternal() argument
411 if (relocation.input) { in executeInternal()
[all …]
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DExecution.h48 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration);
52 hal::utils::RequestRelocation relocation, bool measure,
77 hal::utils::RequestRelocation relocation);
80 hal::utils::RequestRelocation relocation);
DPreparedModel.h79 const hal::utils::RequestRelocation& relocation) const;
88 const hal::utils::RequestRelocation& relocation) const;
DBurst.h118 const hal::utils::RequestRelocation& relocation) const;
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DExecution.h44 hal::utils::RequestRelocation relocation);
47 Request request, hal::utils::RequestRelocation relocation);
DPreparedModel.h75 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,
DPreparedModel.h76 const hal::utils::RequestRelocation& relocation) const;
83 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,
DPreparedModel.h76 const hal::utils::RequestRelocation& relocation) const;
DBurst.h189 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const;
/hardware/google/graphics/common/libhwc2.1/
DAndroid.mk59 LOCAL_CFLAGS += -mllvm -runtime-counter-relocation
60 LOCAL_LDFLAGS += -Wl,-mllvm=-runtime-counter-relocation