Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h39 using FmqRequestDescriptor = variable
101 const FmqRequestDescriptor& requestChannel,
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
DExecutionBurstController.h155 using FmqRequestDescriptor = variable
171 static std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*> create(
/frameworks/ml/nn/common/
DExecutionBurstController.cpp45 using FmqRequestDescriptor = hardware::MQDescriptorSync<FmqRequestDatum>; typedef
351 std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*>
360 const FmqRequestDescriptor* descriptor = fmqRequestChannel->getDesc(); in create()
DExecutionBurstServer.cpp314 const FmqRequestDescriptor& requestChannel, std::chrono::microseconds pollingTimeWindow) { in create()