Searched refs:getSubgraphOutputOperand (Results 1 – 3 of 3) sorted by relevance
230 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphOutputOperand; member
582 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()
498 .getSubgraphOutputOperand = getOutputOperand, in validateOperations()