Skip to content
Snippets Groups Projects
Commit 054d4dd6 authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[HSLCustomOp] Change FMPadding_Batch Padding attribute default form 4 to 2 as is more common

parent 41e89ca0
No related merge requests found
...@@ -17,7 +17,7 @@ class FMPadding_Batch(HLSCustomOp): ...@@ -17,7 +17,7 @@ class FMPadding_Batch(HLSCustomOp):
my_attrs = { my_attrs = {
"ImgDim": ("i", True, 0), "ImgDim": ("i", True, 0),
"OutputDim": ("i", True, 0), "OutputDim": ("i", True, 0),
"Padding": ("i", True, 4), "Padding": ("i", True, 2),
"NumChannels": ("i", True, 0), "NumChannels": ("i", True, 0),
# FINN input datatype # FINN input datatype
"inputDataType": ("s", True, ""), "inputDataType": ("s", True, ""),
......
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