Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement opset 14 #216

Open
11 tasks
Swopper050 opened this issue Nov 30, 2024 · 0 comments
Open
11 tasks

Implement opset 14 #216

Swopper050 opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Swopper050
Copy link
Collaborator

Swopper050 commented Nov 30, 2024

Most importantly it needs to be checked which operators have opset 14 specific implementations that differ from opset 13 implementations.

https://github.com/onnx/onnx/blob/main/docs/Changelog.md#version-14-of-the-default-onnx-operator-set

Operators to update:

  • Add
  • CumSum
  • Div
  • GRU
  • LSTM
  • Mul
  • RNN
  • Relu
  • Sub
  • Trilu

Also:

  • Update max supported opset constant
@Swopper050 Swopper050 added the enhancement New feature or request label Nov 30, 2024
@Swopper050 Swopper050 added this to the Hugot integration milestone Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant