Fix typo under torch/csrc/jit/passes directory (#97222)

This PR fixes typo in comments under `torch/csrc/jit/passes` directory.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/97222
Approved by: https://github.com/davidberard98, https://github.com/kit1980
This commit is contained in:
Kazuaki Ishizaki
2023-03-23 04:08:38 +00:00
committed by PyTorch MergeBot
parent 603a32c964
commit 62ecfa8b79
35 changed files with 60 additions and 60 deletions

View File

@ -789,7 +789,7 @@ graph(%a_quant, %alpha, %scale, %input_scale, %r_scale, %r_zero_point, %r_dtype)
%r_quant = aten::quantize_per_tensor(%r, %r_scale, %r_zero_point, %r_dtype)
return (%r_quant) )";
// ============= General Ops that inherit quantization paramters from input
// ============= General Ops that inherit quantization parameters from input
// tensor =============
auto avg_pool1d = getInputTensorQParamOpFusionInfo(
"aten::avg_pool1d",