Searched refs:operandB (Results 1 – 1 of 1) sorted by relevance
1328 bool compare(const Operand& operandA, const Operand& operandB) { in compare() argument1329 if (operandA.type != operandB.type || operandA.dimensions != operandB.dimensions || in compare()1330 operandA.scale != operandB.scale || operandA.zeroPoint != operandB.zeroPoint) { in compare()