Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DExecutionBurstController.h45 constexpr const size_t kExecutionBurstChannelLength = 1024; variable
/frameworks/ml/nn/common/
DExecutionBurstController.cpp488 RequestChannelSender::create(kExecutionBurstChannelLength); in create()
490 ResultChannelReceiver::create(kExecutionBurstChannelLength, pollingTimeWindow); in create()