Searched refs:getOutputCount (Results 1 – 2 of 2) sorted by relevance
470 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local495 .getSubgraphOutputCount = getOutputCount, in validateOperations()
1600 uint32_t getOutputCount(const std::vector<Model::Subgraph>& subgraphs, in getOutputCount() function1655 const uint32_t branchModelOutputCount = getOutputCount(subgraphs, branchModelOperand); in validateIfOperation()1717 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()1740 const uint32_t bodyModelOutputCount = getOutputCount(subgraphs, bodyModelOperand); in validateWhileOperation()