Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1479 const uint32_t firstOutputSlicedOperandIndex = slicedOperands.size(); in initializeSlice() local
1480 slicedOperands.resize(firstOutputSlicedOperandIndex + origOperation.outputs.size()); in initializeSlice()
1484 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in initializeSlice()