Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp639 std::queue<uint32_t> workQueueOperandsA; in compare() local
649 workQueueOperandsA.push(outputA); in compare()
659 while (!workQueueOperandsA.empty()) { in compare()
664 uint32_t operandIndexA = workQueueOperandsA.front(); in compare()
668 workQueueOperandsA.pop(); in compare()
726 workQueueOperandsA.push(inputA); in compare()