Home
last modified time | relevance | path

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

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