From c276b0976f978f59649d23ab581a42312535a477 Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Thu, 23 Apr 2026 11:45:35 -0700 Subject: [PATCH] xplat/executorch/backends/xnnpack/operators/quant_params.py Reviewed By: franklinho Differential Revision: D100962209 --- backends/xnnpack/operators/quant_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/xnnpack/operators/quant_params.py b/backends/xnnpack/operators/quant_params.py index f1c87c0b8b6..6a3acd0df39 100644 --- a/backends/xnnpack/operators/quant_params.py +++ b/backends/xnnpack/operators/quant_params.py @@ -30,7 +30,7 @@ class QuantParams: """ - QuantParams class, to represent the paramaters and meta data needed + QuantParams class, to represent the parameters and meta data needed to quantize a tensor. The metadata can technically all be encapsulated within the quant torch.fx.Node, however, there are some cases in which nodes which are meant to be quantized for XNNPACK are not quantized