Skip to content

Commit

Permalink
refactor: import base/affine/float subpackages in v2.quantization sub…
Browse files Browse the repository at this point in the history
…package (#3651)

Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu authored Dec 18, 2024
1 parent 31e2ca9 commit 7ea6e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
#
# @@-COPYRIGHT-END-@@
# =============================================================================

# pylint: disable=missing-docstring
""" aimet_torch.v2 subpackage """
from . import experimental
from . import nn
from . import quantization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#
# @@-COPYRIGHT-END-@@
# =============================================================================

# pylint: disable=all

# pylint: disable=missing-docstring
from .tensor import *
from . import base
from . import affine
from . import float # pylint: disable=, redefined-builtin

0 comments on commit 7ea6e71

Please sign in to comment.