Skip to content

Commit 2f10431

Browse files
committed
update multi_dense to be compatible with upstream changes
1 parent 20478c9 commit 2f10431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/model/optimizer/passes/multi_dense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def transform(self, model, node):
2828
}
2929

3030
if (pf := node.get_attr('parallelization_factor', None)) is not None:
31-
pointwise_attrs['parallelization_factor'] = pf
31+
conv_attrs['parallelization_factor'] = pf
3232

3333
if dim == 1:
3434
conv_attrs.update(

0 commit comments

Comments
 (0)