Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateBurst.cpp44 constexpr size_t kExecutionBurstChannelLength = 1024; variable
61 size_t resultChannelLength = kExecutionBurstChannelLength) { in createBurst()
69 RequestChannelSender::create(kExecutionBurstChannelLength); in createBurst()
129 if (serialized.size() > kExecutionBurstChannelLength) { in validate()
282 preparedModel, kExecutionBurstChannelLength, &controllerRegular)); in validateBurstFmqLength()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateBurst.cpp49 constexpr size_t kExecutionBurstChannelLength = 1024; variable
66 size_t resultChannelLength = kExecutionBurstChannelLength) { in createBurst()
74 RequestChannelSender::create(kExecutionBurstChannelLength); in createBurst()
135 if (serialized.size() > kExecutionBurstChannelLength) { in validate()
288 preparedModel, kExecutionBurstChannelLength, &controllerRegular)); in validateBurstFmqLength()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstUtils.h40 constexpr const size_t kExecutionBurstChannelLength = 1024; variable
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstController.h45 constexpr const size_t kExecutionBurstChannelLength = 1024; variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp491 RequestChannelSender::create(kExecutionBurstChannelLength); in create()
493 ResultChannelReceiver::create(kExecutionBurstChannelLength, pollingTimeWindow); in create()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp251 NN_TRY(RequestChannelSender::create(kExecutionBurstChannelLength)); in create()
253 NN_TRY(ResultChannelReceiver::create(kExecutionBurstChannelLength, pollingTimeWindow)); in create()