Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp162 const uint32_t numberOfElementsPerInvocation = sizeof(uint32_t) / elementSize; in chooseDispatchSize() local
163 const uint32_t workgroupInvocationsX = kOperandSizeX / numberOfElementsPerInvocation; in chooseDispatchSize()