Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp513 uint32_t outOperandCount, const uint32_t* outOperandIndexes, in validateOperationOperandTypes() argument
530 if (operands[outOperandIndexes[i]].type != outExpectedInTypes[i]) { in validateOperationOperandTypes()
531 LOG(ERROR) << "Invalid output tensor type " << operands[outOperandIndexes[i]].type in validateOperationOperandTypes()