Open
Description
Describe the bug
The BitwiseXor
, BitwiseOr
, Bitcast
, and BitwiseAnd
ops are not supported by the converter.
- https://www.tensorflow.org/api_docs/python/tf/raw_ops/Bitcast
- https://www.tensorflow.org/api_docs/python/tf/raw_ops/BitwiseAnd
- https://www.tensorflow.org/api_docs/python/tf/raw_ops/BitwiseOr
- https://www.tensorflow.org/api_docs/python/tf/raw_ops/BitwiseXor
For context, I'm trying to convert a BART model to ONNX.
I've tried up to opset 16 and installed from Github with pip install git+https://github.com/onnx/tensorflow-onnx
to get latest changes.
Urgency
No hard deadlines.
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 18.04 (Google Colab)
- Tensorflow Version: 2.8.2
- Python version: 3.7.13
To Reproduce
I don't think a reproduction is needed, since this is simply about op support. But I can definitely provide a reproduction if requested.