Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp302 const uint32_t firstOutputSlicedOperandIndex = slicedOperands.size(); in processOperations() local
303 slicedOperands.resize(firstOutputSlicedOperandIndex + origOperation.outputs.size()); in processOperations()
307 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in processOperations()