mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
603a32c964
commit
62ecfa8b79
@ -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",
|
||||
|
Reference in New Issue
Block a user