Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp931 bool compare(const Operand& operandA, const Operand& operandB) { in compare() argument
932 if (operandA.type != operandB.type || in compare()
933 operandA.dimensions != operandB.dimensions || in compare()
934 operandA.numberOfConsumers != operandB.numberOfConsumers || in compare()
935 operandA.scale != operandB.scale || in compare()
936 operandA.zeroPoint != operandB.zeroPoint) { in compare()