Searched refs:resultChannel (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | ExecutionBurstServer.h | 122 const MQDescriptorSync<FmqResultDatum>& resultChannel, nn::SharedBurst burstExecutor, 127 std::unique_ptr<ResultChannelSender> resultChannel,
|
D | ExecutionBurstUtils.h | 222 const MQDescriptorSync<FmqResultDatum>& resultChannel); 238 const MQDescriptorSync<FmqResultDatum>& resultChannel);
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstServer.cpp | 151 const MQDescriptorSync<FmqResultDatum>& resultChannel, nn::SharedBurst burstExecutor, in create() argument 161 auto resultChannelSender = NN_TRY(ResultChannelSender::create(resultChannel)); in create() 176 std::unique_ptr<ResultChannelSender> resultChannel, in ExecutionBurstServer() argument 180 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()
|
D | ExecutionBurstUtils.cpp | 561 const MQDescriptorSync<FmqResultDatum>& resultChannel) { in create() argument 563 std::make_unique<ResultChannelSender>(PrivateConstructorTag{}, resultChannel); in create() 577 const MQDescriptorSync<FmqResultDatum>& resultChannel) in ResultChannelSender() argument 578 : mFmqResultChannel(resultChannel) {} in ResultChannelSender()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 167 * received from resultChannel. Execution must not 172 * resultChannel. The client must send the request 180 * @param resultChannel FMQ used by the service to return the results of an 183 * timing information. resultChannel must be used to 191 * resultChannel. If the packet's length exceeds the 210 fmq_sync<FmqResultDatum> resultChannel)
|
/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
D | MockPreparedModel.h | 55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
D | PreparedModel.h | 61 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
D | MockPreparedModel.h | 55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | PreparedModel.cpp | 383 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument 386 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
|