Home
last modified time | relevance | path

Searched defs:stepModelOperandIndex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp599 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs()
629 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs()
DExecutionBuilder.cpp1281 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes() local