Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1431 uint32_t operandIndexA = workQueueOperandsA.front(); in compare() local
1433 std::cout << "operandIndexA: " << operandIndexA << std::endl; in compare()
1436 uint32_t operandIndexB = equivalentOperandsAToB.at(operandIndexA); in compare()
1438 uint32_t operationIndexA = defsA.at(operandIndexA); in compare()