Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp824 for (unsigned operationInputIndex = 0; operationInputIndex < operationPattern.mNumInputs; in TEST_P() local
825 operationInputIndex++) { in TEST_P()
826 if (int(operationInputIndex) == operationPattern.mActivationFunctionInputIndex) { in TEST_P() local
834 operationInputs[operationInputIndex] = operandIndex; in TEST_P()
839 problemSize, &model, operationInputIndex); in TEST_P()
841 operationInputs[operationInputIndex] = operandIndex; in TEST_P()
845 normalOperationInputIndexes.push_back(operationInputIndex); in TEST_P()