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

[StreamingFC] fix broken DataType name in default accDataType

parent 8f1f5f8f
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class StreamingFCLayer_Batch(HLSCustomOp):
"weightDataType": ("s", True, ""),
"outputDataType": ("s", True, ""),
# FINN DataType for accumulator -- auto-computed and updated
"accDataType": ("s", False, "DataType.INT32"),
"accDataType": ("s", False, "INT32"),
# use xnor-popcount for binary weights/inputs, thus treating them
# as bipolar
"binaryXnorMode": ("i", False, 0),
......
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