Skip to content
Snippets Groups Projects
Commit 3592dbef authored by auphelia's avatar auphelia
Browse files

[StreamingMaxPool_Batch] fixed typo in info messages

parent 2982a8a9
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class StreamingMaxPool_Batch(HLSCustomOp):
if len(self.onnx_node.input) == 1:
info_messages.append("The number of inputs is correct")
else:
info_messages.append("""MultiThreshold needs 1 data input""")
info_messages.append("""StreamingMaxPool_Batch needs 1 data input""")
return info_messages
......
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