Home
last modified time | relevance | path

Searched refs:inOperandCount (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp510 int validateOperationOperandTypes(const std::vector<Operand>& operands, uint32_t inOperandCount, in validateOperationOperandTypes() argument
515 if (inOperandCount != static_cast<uint32_t>(inExpectedTypes.size()) || in validateOperationOperandTypes()
519 << "got " << inOperandCount << " inputs and " << outOperandCount << " outputs"; in validateOperationOperandTypes()
522 for (uint32_t i = 0; i < inOperandCount; i++) { in validateOperationOperandTypes()