Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp720 std::vector<std::pair<uint32_t, unsigned>> valueOperands; in TEST_P() local
894 if (!valueOperands.empty() && (randFrac() < 0.25)) { in TEST_P()
895 operandIndex = valueOperands[randUInt(valueOperands.size())].first; in TEST_P()
903 valueOperands.push_back(std::make_pair(operandIndex, ~0U)); in TEST_P()
914 valueOperands.push_back(std::make_pair(operandIndex, regionIndex)); in TEST_P()
964 for (const auto& valueOperand : valueOperands) { in TEST_P()