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

[Concat] allow indexing get_input_datatype, does nothing though

parent 8827ab97
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,8 @@ class StreamingConcat(HLSCustomOp): ...@@ -102,7 +102,8 @@ class StreamingConcat(HLSCustomOp):
def verify_node(self): def verify_node(self):
pass pass
def get_input_datatype(self): def get_input_datatype(self, ind=0):
# input dt identical for all inputs
return DataType[self.get_nodeattr("inputDataType")] return DataType[self.get_nodeattr("inputDataType")]
def get_output_datatype(self): def get_output_datatype(self):
......
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