Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp822 std::vector<uint32_t> normalOperationInputIndexes; in TEST_P() local
845 normalOperationInputIndexes.push_back(operationInputIndex); in TEST_P()
847 CHECK(!normalOperationInputIndexes.empty()); in TEST_P()
857 const unsigned normalOperationInputCount = normalOperationInputIndexes.size(); in TEST_P()
989 operationInputs[normalOperationInputIndexes[i]] = operandIndex; in TEST_P()