You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ONNX Equal 11 does not support a type of string, but Equal version 11 in tf2onnx/onnx_opset/logical.py is implemented to support all types including string.
Describe the bug
ONNX Equal 11 does not support a type of string, but Equal version 11 in tf2onnx/onnx_opset/logical.py is implemented to support all types including string.
See https://github.com/onnx/onnx/blob/main/docs/Changelog.md#Equal-11 for supported types.
Note that the ONNX documentations shows that Equal-19 will support string. But, Equal version 11 in tf2onnx should still work with ONNX Equal 11.
Urgency
An update to tf2onnx/onnx_opset/logical.py is created to work around and a PR with the update will be submitted.
System information
The text was updated successfully, but these errors were encountered: