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

[StreamingFC] introduce ActVal as attribute

parent 5d96ab2c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class StreamingFCLayer_Batch(HLSCustomOp):
"MW": ("i", True, 0),
"MH": ("i", True, 0),
"resType": ("s", True, ""),
"ActVal": ("i", False, 0),
# FINN DataTypes for inputs, weights, outputs
"inputDataType": ("s", True, ""),
"weightDataType": ("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