Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h230 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphOutputOperand; member
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp582 CHECK(helper.getSubgraphOutputOperand != nullptr); in checkSubgraphValidationHelper()
605 const Operand& innerOperand = *helper.getSubgraphOutputOperand(branchModelOperand, i); in validateIfOperation()
659 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
681 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()
688 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()
DValidateHal.cpp498 .getSubgraphOutputOperand = getOutputOperand, in validateOperations()