Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp483 for (const auto& stepModelOutput : mTempsAsStepModelOutputs) { in finishStepModel() local
484 const Operand& operand = mStepModel.getOperand(stepModelOutput.second); in finishStepModel()
487 VLOG(COMPILATION) << "StepModelOutput (operand#" << toString(stepModelOutput.first) in finishStepModel()