Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp180 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex() local
181 mMap[operand] = slicedOperandIndex; in getIndex()
182 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()
184 << slicedOperandIndex << ": " << operand; in getIndex()
185 return slicedOperandIndex; in getIndex()
289 uint32_t slicedOperandIndex = in processOperations() local
293 << origOperandIndex << " -> " << slicedOperandIndex in processOperations()
294 << ": " << slicedOperands[slicedOperandIndex]; in processOperations()
295 return slicedOperandIndex; in processOperations()
308 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in processOperations() local
[all …]