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

[customOp] Fix typo in eltwise customOp

parent 7eb0c444
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class StreamingEltwise(HLSCustomOp):
info_messages.append("All necessary attributes exist")
except Exception:
info_messages.append(
"""The required LabelSelect_Batch attributes do not exist."""
"""The required StreamingEltwise attributes do not exist."""
)
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