Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1183 bool compare(const Operand& operandA, const Operand& operandB) { in compare() argument
1184 if (operandA.type != operandB.type || operandA.dimensions != operandB.dimensions || in compare()
1185 operandA.numberOfConsumers != operandB.numberOfConsumers || in compare()
1186 operandA.scale != operandB.scale || operandA.zeroPoint != operandB.zeroPoint) { in compare()