Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h114 size_t channelLength, std::chrono::microseconds pollingTimeWindow);
172 size_t channelLength);
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp243 ResultChannelReceiver::create(size_t channelLength, std::chrono::microseconds pollingTimeWindow) { in create() argument
245 std::make_unique<FmqResultChannel>(channelLength, /*confEventFlag=*/true); in create()
357 RequestChannelSender::create(size_t channelLength) { in create() argument
359 std::make_unique<FmqRequestChannel>(channelLength, /*confEventFlag=*/true); in create()