Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/quantization/
Dhelper.h92 TORCH_API bool isBinaryOpWithScalarInput(Node* n);
Dhelper.cpp440 isBinaryOpWithScalarInput(n); in isSingleInputGeneralValueAtenFunction()
492 bool isBinaryOpWithScalarInput(Node* n) { in isBinaryOpWithScalarInput() function
Dinsert_quant_dequant.cpp1345 if (isBinaryOpWithScalarInput(n)) { in propagateQuantizationOps()