Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp866 decltype(deadOperands.begin()) deadOperandI; in TEST_P() local
868 deadOperandI = deadOperands.begin(); in TEST_P()
869 std::advance(deadOperandI, randUInt(deadOperands.size())); in TEST_P()
870 operandIndex = deadOperandI->first; in TEST_P()
877 deadOperandI = deadOperands.find(operandIndex); in TEST_P()
878 CHECK(deadOperandI == deadOperands.end() || in TEST_P()
879 deadOperandI->second == existingOperationIndex); in TEST_P()
881 if (deadOperandI != deadOperands.end()) { in TEST_P()
882 const uint32_t correspondingOperation = deadOperandI->second; in TEST_P()
883 deadOperands.erase(deadOperandI); in TEST_P()
[all …]