Home
last modified time | relevance | path

Searched refs:resultChannel (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h153 static std::unique_ptr<ResultChannelSender> create(const FmqResultDescriptor& resultChannel);
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
313 std::unique_ptr<ResultChannelSender> resultChannel,
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp446 const FmqResultDescriptor& resultChannel) { in create() argument
448 std::make_unique<FmqResultChannel>(resultChannel); in create()
492 const MQDescriptorSync<FmqResultDatum>& resultChannel, in create() argument
505 ResultChannelSender::create(resultChannel); in create()
520 const MQDescriptorSync<FmqResultDatum>& resultChannel, V1_2::IPreparedModel* preparedModel, in create() argument
533 return ExecutionBurstServer::create(callback, requestChannel, resultChannel, in create()
539 std::unique_ptr<ResultChannelSender> resultChannel, in ExecutionBurstServer() argument
543 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp172 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
177 resultChannel, cb); in configureExecutionBurst()
271 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
274 resultChannel, cb); in configureExecutionBurst()
DTestIntrospectionControl.cpp531 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
534 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
628 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
631 resultChannel, cb); in configureExecutionBurst()
DTestVersionedInterfaces.cpp234 const hardware::MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
/frameworks/ml/nn/driver/sample/
DSampleDriver.h163 const MQDescriptorSync<hal::V1_2::FmqResultDatum>& resultChannel,
DSampleDriver.cpp858 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
878 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()