Searched refs:getInputCount (Results 1 – 6 of 6) sorted by relevance
62 public int getInputCount() { in getInputCount() method in ProgramVertex
379 auto getInputCount = [this](const Operand& modelOperand) -> uint32_t { in addOperation() local394 .getSubgraphInputCount = getInputCount, in addOperation()
494 int getInputCount() const { return mInputCount; } in getInputCount() function
941 if (mPermutation.getOutputCount() > 1 || mPermutation.getInputCount() > 1) { in writeRsSection()
463 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local489 .getSubgraphInputCount = getInputCount, in validateOperations()
60125 Landroid/renderscript/ProgramVertex;->getInputCount()I