Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp643 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare() local
645 if (!compare(modelA->getOperand(outputA), modelB->getOperand(outputB))) { in compare()
648 equivalentOperandsAToB[outputA] = outputB; in compare()
649 workQueueOperandsA.push(outputA); in compare()