Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp366 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs() argument
370 executor->setOutputFromMemory(stepOutputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()
373 executor->mapOutput(it->second, stepOutputIndex); in mapInputsAndOutputs()
375 CHECK(false) << "Cannot map step output " << stepOutputIndex << " from operand " in mapInputsAndOutputs()