Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyUtils.h251 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphOutputOperand; member
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp614 CHECK(helper.getSubgraphOutputOperand != nullptr); in checkSubgraphValidationHelper()
637 const Operand& innerOperand = *helper.getSubgraphOutputOperand(branchModelOperand, i); in validateIfOperation()
691 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
713 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()
720 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()
H A DValidateHal.cpp497 .getSubgraphOutputOperand = getOutputOperand, in validateOperations()