Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1399 std::queue<uint32_t> workQueueOperandsA; in compare() local
1415 workQueueOperandsA.push(outputA); in compare()
1425 while (!workQueueOperandsA.empty()) { in compare()
1430 uint32_t operandIndexA = workQueueOperandsA.front(); in compare()
1434 workQueueOperandsA.pop(); in compare()
1498 workQueueOperandsA.push(inputA); in compare()