Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1400 std::queue<uint32_t> workQueueOperandsA; in compare() local
1416 workQueueOperandsA.push(outputA); in compare()
1426 while (!workQueueOperandsA.empty()) { in compare()
1431 uint32_t operandIndexA = workQueueOperandsA.front(); in compare()
1435 workQueueOperandsA.pop(); in compare()
1499 workQueueOperandsA.push(inputA); in compare()