Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp719 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation() local
1389 auto inputOperand = operands[inputIndexes[0]]; in validateOperation() local
H A DValidation.cpp1764 const Operand& inputOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local
2385 auto inputOperand = operands[inputIndexes[0]]; in validateOperationButNotOperandsImpl() local
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestHarness.cpp148 const auto& inputOperand = model.main.operands[model.main.inputIndexes[0]]; in expectMultinomialDistributionWithinTolerance() local