Home
last modified time | relevance | path

Searched defs:outputOperand (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp149 const auto& outputOperand = model.main.operands[model.main.outputIndexes[0]]; in expectMultinomialDistributionWithinTolerance() local
/frameworks/ml/nn/common/
DUtils.cpp834 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
1537 auto outputOperand = operands[outputIndexes[0]]; in validateOperation() local
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1367 for (const SourceOperandIndex& outputOperand : step->bodyOutputOperands) { in nextCompound() local