Searched refs:getSubgraphInputCount (Results 1 – 3 of 3) sorted by relevance
245 std::function<uint32_t(const Operand&)> getSubgraphInputCount; member
611 CHECK(helper.getSubgraphInputCount != nullptr); in checkSubgraphValidationHelper()627 const uint32_t branchModelInputCount = helper.getSubgraphInputCount(branchModelOperand); in validateIfOperation()679 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()697 const uint32_t bodyModelInputCount = helper.getSubgraphInputCount(bodyModelOperand); in validateWhileOperation()
494 .getSubgraphInputCount = getInputCount, in validateOperations()