Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h45 constexpr const size_t kExecutionBurstChannelLength = 1024; variable
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp499 RequestChannelSender::create(kExecutionBurstChannelLength); in create()
501 ResultChannelReceiver::create(kExecutionBurstChannelLength, pollingTimeWindow); in create()