Skip to content

Unsupported tensorflow ops: BitwiseXor, BitwiseOr, Bitcast, BitwiseAnd #1985

Open
@josephrocca

Description

@josephrocca

Describe the bug
The BitwiseXor, BitwiseOr, Bitcast, and BitwiseAnd ops are not supported by the converter.

  1. https://www.tensorflow.org/api_docs/python/tf/raw_ops/Bitcast
  2. https://www.tensorflow.org/api_docs/python/tf/raw_ops/BitwiseAnd
  3. https://www.tensorflow.org/api_docs/python/tf/raw_ops/BitwiseOr
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    unsupported opsIssues related to unsupported operators

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions