Home
last modified time | relevance | path

Searched refs:FmqResultDescriptor (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h41 using FmqResultDescriptor = variable
153 static std::unique_ptr<ResultChannelSender> create(const FmqResultDescriptor& resultChannel);
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
DExecutionBurstController.h94 using FmqResultDescriptor = variable
113 static std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*> create(
/frameworks/ml/nn/common/
DExecutionBurstController.cpp46 using FmqResultDescriptor = hardware::MQDescriptorSync<FmqResultDatum>; typedef
238 std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*>
247 const FmqResultDescriptor* descriptor = fmqResultChannel->getDesc(); in create()
DExecutionBurstServer.cpp447 const FmqResultDescriptor& resultChannel) { in create()