Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Feb 2, 2025
1 parent bcb1141 commit 2daf0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/graph/gpfq.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GPFQ(GPxQ):
See `Post-training Quantization for Neural Networks with Provable Guarantees`
https://epubs.siam.org/doi/abs/10.1137/22M1511709
https://epubs.siam.org/doi/abs/10.1137/22M1511709
"""

def __init__(self, layer, name, act_order, len_parallel_layers, create_weight_orig) -> None:
Expand Down

0 comments on commit 2daf0d4

Please sign in to comment.