Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp757 for (unsigned operationInputIndex = 0; operationInputIndex < operationPattern.mNumInputs; in TEST_P() local
758 operationInputIndex++) { in TEST_P()
759 if (int(operationInputIndex) == operationPattern.mActivationFunctionInputIndex) { in TEST_P() local
767 operationInputs[operationInputIndex] = operandIndex; in TEST_P()
772 problemSize, &model, operationInputIndex); in TEST_P()
774 operationInputs[operationInputIndex] = operandIndex; in TEST_P()
778 normalOperationInputIndexes.push_back(operationInputIndex); in TEST_P()