Skip to content

ERROR:tf2onnx.tfonnx:Unsupported ops: Counter({'_SwitchN': 15, 'Merge': 15}) #2094

Open
@llandsmeer

Description

@llandsmeer

New Operator

Describe the operator

Needed to run a JAX converted ODE solver as an ONNX model

Both are control flows ops, often used together: _SwitchN ,Merge

patrick-kidger/diffrax#202

Do you know this operator be constructed using existing ONNX operators?

Maybe Identity for Switch and If and a Scan or maybe a ReduceSum for Merge?

Is this operator used by any model currently? Which

Diffrax ODE solver when translated to TF

Are you willing to contribute it? (Y/N)

No, can't work on this until February. After that, maybe

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribution welcomeCommunity contribution is welcomedpending on user responseWaiting for more information or validation from userunsupported 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