Home
last modified time | relevance | path

Searched refs:channelLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/include/
DExecutionBurstController.h114 size_t channelLength, std::chrono::microseconds pollingTimeWindow);
172 size_t channelLength);
/frameworks/ml/nn/common/
DExecutionBurstController.cpp239 ResultChannelReceiver::create(size_t channelLength, std::chrono::microseconds pollingTimeWindow) { in create() argument
241 std::make_unique<FmqResultChannel>(channelLength, /*confEventFlag=*/true); in create()
350 RequestChannelSender::create(size_t channelLength) { in create() argument
352 std::make_unique<FmqRequestChannel>(channelLength, /*confEventFlag=*/true); in create()