Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGather.cpp41 const int32_t* indicesData, const Shape& indicesShape, T* outputData) { in eval() argument
46 const auto indicesCount = getNumberOfElements(indicesShape); in eval()