Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp755 std::vector<uint32_t> normalOperationInputIndexes; in TEST_P() local
778 normalOperationInputIndexes.push_back(operationInputIndex); in TEST_P()
780 CHECK(!normalOperationInputIndexes.empty()); in TEST_P()
790 const unsigned normalOperationInputCount = normalOperationInputIndexes.size(); in TEST_P()
922 operationInputs[normalOperationInputIndexes[i]] = operandIndex; in TEST_P()