Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1256 std::queue<uint32_t> workQueueOperandsA; in compare() local
1266 workQueueOperandsA.push(outputA); in compare()
1276 while (!workQueueOperandsA.empty()) { in compare()
1281 uint32_t operandIndexA = workQueueOperandsA.front(); in compare()
1285 workQueueOperandsA.pop(); in compare()
1343 workQueueOperandsA.push(inputA); in compare()