Skip to content

Commit

Permalink
fixed formatting pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
capnramses committed Feb 19, 2024
1 parent d06afe0 commit b169253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/brevitas/export/onnx/standard/qoperator/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from .handler.parameter import StdQOpONNXQuantConv2dHandler
from .handler.parameter import StdQOpONNXQuantLinearHandler


class StdQOpONNXManager(StdONNXBaseManager):
target_name = 'StdQOpONNX'

Expand Down
1 change: 1 addition & 0 deletions src/brevitas/export/torch/qoperator/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from .handler.parameter import PytorchQuantConv2dHandler
from .handler.parameter import PytorchQuantLinearHandler


class TorchQOpManager(BaseManager):
target_name = 'torch'

Expand Down

0 comments on commit b169253

Please sign in to comment.