Searched refs:isPropagateQuantBinaryOp (Results 1 – 3 of 3) sorted by relevance
484 bool isPropagateQuantBinaryOp(Node* n) { in isPropagateQuantBinaryOp() function489 return isPropagateQuantSingleInputOp(n) || isPropagateQuantBinaryOp(n); in isPropagateQuantOp()493 return isPropagateQuantBinaryOp(n) && isScalar(n->input(1)); in isBinaryOpWithScalarInput()
83 TORCH_API bool isPropagateQuantBinaryOp(Node* n);
429 } else if (isPropagateQuantBinaryOp(n)) { in shouldObserve()