Skip to content
Snippets Groups Projects
Commit 0ddc6a50 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] remove obsolete keywords from Brevitas QConv2d test

parent 09be4ad2
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ def test_brevitas_QConv2d(dw, bias, in_channels):
stride=stride,
bias=bias,
bias_quant_type=QuantType.FP,
compute_output_bit_width=False,
compute_output_scale=False,
weight_bit_width=4,
weight_quant_type=QuantType.INT,
weight_scaling_impl_type=ScalingImplType.STATS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment