Searched refs:operationIndexB (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp672 uint32_t operationIndexB = defsB.at(operandIndexB); local
675 if (it->second != operationIndexB) {
685 (operationIndexB >= kPseudoDefiningOperationBase)) {
692 if (operationIndexA != operationIndexB) {
695 equivalentOperationsAToB[operationIndexA] = operationIndexB;
704 const Operation& operationB = modelB->getOperation(operationIndexB);
710 equivalentOperationsAToB[operationIndexA] = operationIndexB;

Completed in 10 milliseconds