Searched refs:isBinaryOpWithScalarInput (Results 1 – 3 of 3) sorted by relevance
92 TORCH_API bool isBinaryOpWithScalarInput(Node* n);
440 isBinaryOpWithScalarInput(n); in isSingleInputGeneralValueAtenFunction()492 bool isBinaryOpWithScalarInput(Node* n) { in isBinaryOpWithScalarInput() function
1345 if (isBinaryOpWithScalarInput(n)) { in propagateQuantizationOps()