Searched refs:resultChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/include/ |
D | ExecutionBurstServer.h | 153 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/ |
D | ExecutionBurstServer.cpp | 446 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/ |
D | TestExecution.cpp | 172 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()
|
D | TestIntrospectionControl.cpp | 531 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()
|
D | TestVersionedInterfaces.cpp | 234 const hardware::MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.h | 163 const MQDescriptorSync<hal::V1_2::FmqResultDatum>& resultChannel,
|
D | SampleDriver.cpp | 858 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument 878 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()
|