Skip to content

Commit 2453a5b

Browse files
Fix typo
1 parent 2c13310 commit 2453a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
390390
} else if (weightScaleShape.size() == 1 &&
391391
weightScaleShape[0] != Torch::kUnknownSize &&
392392
weightScaleShape[0] == weightShape[0]) {
393-
// Since the convolution opertaion in the downstream pipeline
394-
// ("Linalg") does not support the per channel quantization, hence for
393+
// Since the convolution operation in the downstream pipeline
394+
// ("Linalg") does not support the per-channel quantization, hence for
395395
// this particular case we perform the convolution over the
396396
// dequantized input and weight instead of relying on the downstream
397397
// pipeline to handle this. This code can be removed and made similar

0 commit comments

Comments
 (0)