Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp573 bool compare(const Operand& operandA, const Operand& operandB) { in compare() argument
574 if (operandA.type != operandB.type || in compare()
575 operandA.dimensions != operandB.dimensions || in compare()
576 operandA.numberOfConsumers != operandB.numberOfConsumers || in compare()
577 operandA.scale != operandB.scale || in compare()
578 operandA.zeroPoint != operandB.zeroPoint) { in compare()