Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/xnnpack/operators/quant_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading