Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp264 const uint32_t slicedIndex = in processOperations() local
266 (*origOperandIndexToSlicedIndex)[output] = slicedIndex; in processOperations()
269 << output << " -> " << slicedIndex << ": " << slicedOperands[slicedIndex]; in processOperations()
463 const uint32_t slicedIndex = in makeSlice() local
465 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice()
467 << origInputIndex << " -> " << slicedIndex << ": " in makeSlice()
468 << slicedOperands[slicedIndex]; in makeSlice()