Searched refs:getOutputCount (Results 1 – 2 of 2) sorted by relevance
471 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local496 .getSubgraphOutputCount = getOutputCount, in validateOperations()
1554 uint32_t getOutputCount(const std::vector<Model::Subgraph>& subgraphs, in getOutputCount() function1609 const uint32_t branchModelOutputCount = getOutputCount(subgraphs, branchModelOperand); in validateIfOperation()1672 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()1695 const uint32_t bodyModelOutputCount = getOutputCount(subgraphs, bodyModelOperand); in validateWhileOperation()