Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp45 constexpr uint32_t kOperandSizeX = 256; variable
47 constexpr uint32_t kOperandLength = kOperandSizeX * kOperandSizeY;
163 const uint32_t workgroupInvocationsX = kOperandSizeX / numberOfElementsPerInvocation; in chooseDispatchSize()
838 const OperandType tensorType(dataType, {kOperandSizeY, kOperandSizeX}, scale, in initialize()
1000 << "When comparing element [" << kOperandLength / kOperandSizeX << ", " in checkResults()
1001 << kOperandLength % kOperandSizeX << "]"; in checkResults()