Home
last modified time | relevance | path

Searched defs:workgroupSize (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp152 uint32_t workgroupSize; member
168 uint32_t workgroupSize = std::min(workgroupInvocationsX, workgroupInvocationsY); in chooseDispatchSize() local