Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A 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
294 return slicedOperandIndex; in processOperations()
308 auto& slicedOperand = slicedOperands[slicedOperandIndex]; in processOperations()
314 slicedOperation.outputs[outputNum] = slicedOperandIndex; in processOperations()
426 const uint32_t slicedOperandIndex = in makeSlice() local
[all …]