Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DGather.cpp49 const auto indicesCount = getNumberOfElements(indicesShape); in eval() local
51 for (uint32_t outputIndex = 0; outputIndex < indicesCount; ++outputIndex) { in eval()
55 std::memcpy(outputData + (outer * indicesCount + outputIndex) * innerSize, in eval()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DRenderPatchOpenGLTest.java174 final int indicesCount = in draw() local
179 indicesCount, in draw()