Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h135 static std::unique_ptr<ResultChannelSender> create(const FmqResultDescriptor& resultChannel);
252 const FmqResultDescriptor& resultChannel,
276 const FmqResultDescriptor& resultChannel,
281 std::unique_ptr<ResultChannelSender> resultChannel,
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp391 const FmqResultDescriptor& resultChannel) { in create() argument
393 std::make_unique<FmqResultChannel>(resultChannel); in create()
436 const MQDescriptorSync<FmqResultDatum>& resultChannel, in create() argument
448 ResultChannelSender::create(resultChannel); in create()
463 const MQDescriptorSync<FmqResultDatum>& resultChannel, IPreparedModel* preparedModel) { in create() argument
475 return ExecutionBurstServer::create(callback, requestChannel, resultChannel, in create()
481 std::unique_ptr<ResultChannelSender> resultChannel, in ExecutionBurstServer() argument
485 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()
/frameworks/ml/nn/driver/sample/
DSampleDriver.h96 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
DSampleDriver.cpp433 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
448 callback, requestChannel, resultChannel, executorWithCache); in configureExecutionBurst()
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp117 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
121 resultChannel, cb); in configureExecutionBurst()
DTestIntrospectionControl.cpp403 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
406 ExecutionBurstServer::create(callback, requestChannel, resultChannel, this); in configureExecutionBurst()