Skip to content

Commit

Permalink
Rebase and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Sep 1, 2024
1 parent d653001 commit 862e5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/brevitas/graph/equalization_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ def forward(self, x):
input_quant, weight_quant = pytest_cases.param_fixtures("input_quant, weight_quant", [(None, Int8WeightPerTensorFloat), (Int8ActPerTensorFloat, Int8WeightPerTensorFloat), (MXInt8Act, MXInt8Weight), (MXFloat8e4m3Act, MXFloat8e4m3Weight)])



@pytest_cases.fixture
def quant_conv_with_input_quant_model(input_quant, weight_quant):

Expand Down

0 comments on commit 862e5aa

Please sign in to comment.