Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DGather.cpp44 const int32_t* indicesData, const Shape& indicesShape, T* outputData) { in eval() argument
49 const auto indicesCount = getNumberOfElements(indicesShape); in eval()