Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp543 const uint32_t* inOperandIndexes, in validateOperationOperandTypes() argument
555 if (operands[inOperandIndexes[i]].type != inExpectedTypes[i]) { in validateOperationOperandTypes()
556 LOG(ERROR) << "Invalid input tensor type " << operands[inOperandIndexes[i]].type in validateOperationOperandTypes()