Searched refs:getSubgraphInputCount (Results 1 – 3 of 3) sorted by relevance
224 std::function<uint32_t(const Operand&)> getSubgraphInputCount; member
579 CHECK(helper.getSubgraphInputCount != nullptr); in checkSubgraphValidationHelper()595 const uint32_t branchModelInputCount = helper.getSubgraphInputCount(branchModelOperand); in validateIfOperation()647 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()665 const uint32_t bodyModelInputCount = helper.getSubgraphInputCount(bodyModelOperand); in validateWhileOperation()
495 .getSubgraphInputCount = getInputCount, in validateOperations()