Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1374 ::dump("compare(A)", modelA); in compare()
1378 if (modelA->operandCount() != modelB->operandCount() || in compare()
1379 modelA->operationCount() != modelB->operationCount() || in compare()
1380 modelA->inputCount() != modelB->inputCount() || in compare()
1381 modelA->outputCount() != modelB->outputCount()) { in compare()
1387 buildDefinitionMap(modelA, &defsA); in compare()
1402 for (uint32_t i = 0, e = modelA->outputCount(); i < e; i++) { in compare()
1403 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()
1503 if (modelA->operandCount() != defsA.size() || modelA->operandCount() != defsB.size() || in compare()
1504 modelA->operandCount() != equivalentOperandsAToB.size() || in compare()
[all …]