Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp336 uint32_t inOperandCount, const uint32_t* inOperandIndexes, in validateOperationOperandTypes() argument
340 if (inOperandCount > static_cast<uint32_t>(inExpectedTypes.size()) || in validateOperationOperandTypes()
344 for (uint32_t i = 0; i < inOperandCount; i++) { in validateOperationOperandTypes()