Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp688 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
1362 auto outputOperand = operands[outputIndexes[0]]; in validateOperation() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp149 const auto& outputOperand = model.main.operands[model.main.outputIndexes[0]]; in expectMultinomialDistributionWithinTolerance() local
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp78 const Operand& outputOperand = model->getOutputOperand(outputIndex); in validateOutputShapesFromDriver() local
DExecutionPlan.cpp1825 for (const SourceOperandIndex& outputOperand : step->bodyOutputOperands) { in nextCompound() local
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1720 const Operand& outputOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local