Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp655 uint32_t outOperandCount, const uint32_t* outOperandIndexes, in validateOperationOperandTypes() argument
673 if (operands[outOperandIndexes[i]].type != outExpectedInTypes[i]) { in validateOperationOperandTypes()
675 << toString(operands[outOperandIndexes[i]].type) << " for input " << i in validateOperationOperandTypes()