We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gelu has been added to ONNX 1.15.0 (onnx/onnx#5277). Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
Gelu is a function op. It is acceptable not to implement the op in ORT.
NA
The text was updated successfully, but these errors were encountered:
Merged in #19560
Sorry, something went wrong.
No branches or pull requests
Describe the feature request
Gelu has been added to ONNX 1.15.0 (onnx/onnx#5277). Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
Gelu is a function op. It is acceptable not to implement the op in ORT.
Describe scenario use case
NA
The text was updated successfully, but these errors were encountered: