Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DSlice.cpp49 const IndexedShapeWrapper indexedOutput = IndexedShapeWrapper(outputShape); in evalGeneric() local
66 NN_RET_CHECK(indexedOutput.indexToFlatIndex(outputIndex, &outputOffset)); in evalGeneric()
70 NN_RET_CHECK(indexedOutput.nextIndexInplace(&outputIndex, &lastIndex)); in evalGeneric()