Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp345 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() argument
346 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()
366 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs() argument
367 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()