Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1328 bool compare(const Operand& operandA, const Operand& operandB) { in compare() argument
1329 if (operandA.type != operandB.type || operandA.dimensions != operandB.dimensions || in compare()
1330 operandA.scale != operandB.scale || operandA.zeroPoint != operandB.zeroPoint) { in compare()