Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1225 bool compare(const ModelBuilder* modelA, const ModelBuilder* modelB, in compare() argument
1231 ::dump("compare(A)", modelA); in compare()
1235 if (modelA->operandCount() != modelB->operandCount() || in compare()
1236 modelA->operationCount() != modelB->operationCount() || in compare()
1237 modelA->inputCount() != modelB->inputCount() || in compare()
1238 modelA->outputCount() != modelB->outputCount()) { in compare()
1244 buildDefinitionMap(modelA, &defsA); in compare()
1259 for (uint32_t i = 0, e = modelA->outputCount(); i < e; i++) { in compare()
1260 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()
1262 if (!compare(modelA->getOperand(outputA), modelB->getOperand(outputB))) { in compare()
[all …]