Skip to content

Commit

Permalink
Fix Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Jan 22, 2024
1 parent 058ba0c commit e82364f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/brevitas_ort/quant_module_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from pytest_cases import set_case_id
from torch import nn

from brevitas.nn.quant_activation import QuantIdentity
from brevitas.nn.quant_avg_pool import TruncAvgPool2d
from brevitas.nn.quant_rnn import QuantLSTM
from brevitas.quant.scaled_int import Int32Bias

from .common import *
Expand Down

0 comments on commit e82364f

Please sign in to comment.