Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp664 uint32_t operandIndexA = workQueueOperandsA.front(); in compare() local
666 std::cout << "operandIndexA: " << operandIndexA << std::endl; in compare()
669 uint32_t operandIndexB = equivalentOperandsAToB.at(operandIndexA); in compare()
671 uint32_t operationIndexA = defsA.at(operandIndexA); in compare()