Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSlice.cpp56 const IndexedShapeWrapper indexedOutput = IndexedShapeWrapper(outputShape); in evalGeneric() local
73 NN_RET_CHECK(indexedOutput.indexToFlatIndex(outputIndex, &outputOffset)); in evalGeneric()
77 NN_RET_CHECK(indexedOutput.nextIndexInplace(&outputIndex, &lastIndex)); in evalGeneric()