Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
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()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
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()
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstUtils.h40 constexpr const size_t kExecutionBurstChannelLength = 1024; variable