Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp263 const uint32_t slicedIndex = in processOperations() local
265 (*origOperandIndexToSlicedIndex)[output] = slicedIndex; in processOperations()
268 << output << " -> " << slicedIndex << ": " << slicedOperands[slicedIndex]; in processOperations()
453 const uint32_t slicedIndex = in makeSlice() local
455 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice()
457 << origInputIndex << " -> " << slicedIndex << ": " in makeSlice()
458 << slicedOperands[slicedIndex]; in makeSlice()