Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp720 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
1390 auto outputOperand = operands[outputIndexes[0]]; in validateOperation() local
H A DValidation.cpp1765 const Operand& outputOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local
2386 auto outputOperand = operands[outputIndexes[0]]; in validateOperationButNotOperandsImpl() local
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestHarness.cpp149 const auto& outputOperand = model.main.operands[model.main.outputIndexes[0]]; in expectMultinomialDistributionWithinTolerance() local
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp77 const Operand& outputOperand = model->getOutputOperand(outputIndex); in validateOutputShapesFromDriver() local
H A DExecutionPlan.cpp1773 for (const SourceOperandIndex& outputOperand : step->bodyOutputOperands) { in nextCompound() local