Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp179 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex() local
180 mMap[operand] = slicedOperandIndex; in getIndex()
181 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()
183 << slicedOperandIndex << ": " << operand; in getIndex()
184 return slicedOperandIndex; in getIndex()
288 uint32_t slicedOperandIndex = in processOperations() local
292 << origOperandIndex << " -> " << slicedOperandIndex in processOperations()
293 << ": " << slicedOperands[slicedOperandIndex]; in processOperations()
294 return slicedOperandIndex; in processOperations()
307 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in processOperations() local
[all …]