We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c13310 commit 2453a5bCopy full SHA for 2453a5b
lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp
@@ -390,8 +390,8 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
390
} else if (weightScaleShape.size() == 1 &&
391
weightScaleShape[0] != Torch::kUnknownSize &&
392
weightScaleShape[0] == weightShape[0]) {
393
- // Since the convolution opertaion in the downstream pipeline
394
- // ("Linalg") does not support the per channel quantization, hence for
+ // Since the convolution operation in the downstream pipeline
+ // ("Linalg") does not support the per-channel quantization, hence for
395
// this particular case we perform the convolution over the
396
// dequantized input and weight instead of relying on the downstream
397
// pipeline to handle this. This code can be removed and made similar
0 commit comments