Skip to content

Commit 9614a3f

Browse files
roman-janik-nxprobert-kalmar
authored andcommitted
NXP backend: Turn off bias tensor reuse in Convolution converter
1 parent 2a06efb commit 9614a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _convert_unpadded_2D(
263263
)
264264

265265
b = self.builder.create_zeros_tensor(
266-
[output_channels], "zero_bias", bias_type, True
266+
[output_channels], "zero_bias", bias_type, False
267267
)
268268

269269
# Compute scale and zero point for bias tensor

0 commit comments

Comments
 (0)