Searched refs:getSubgraphInputOperand (Results 1 – 3 of 3) sorted by relevance
228 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphInputOperand; member
581 CHECK(helper.getSubgraphInputOperand != nullptr); in checkSubgraphValidationHelper()600 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation()652 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()674 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()687 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()
497 .getSubgraphInputOperand = getInputOperand, in validateOperations()