Searched defs:getInputCount (Results 1 – 4 of 4) sorted by relevance
62 public int getInputCount() { in getInputCount() method in ProgramVertex
379 auto getInputCount = [this](const Operand& modelOperand) -> uint32_t { in addOperation() local
463 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
494 int getInputCount() const { return mInputCount; } in getInputCount() function