-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Good First Issue]: Extend ONNX Frontend with Function Celu-12 #20543
Comments
Can i try this? |
Hello @sanbuphy, please let us know if you have any questions. :) You might find our work in progress contributor roadmap useful. If you do end up using it, please leave us some feedback! |
Hello @sanbuphy, do you need any help? Just yesterday our CONTRIBUTING.md has been updated with a technical guide - I highly recommend checking it out. :) |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @siddhant-0707 are you still working on this issue? Please let me know if not I would like to take it up |
@kshitij01042002 as you can see from the mentioned PR, the issue is almost resolved, just needs a final review |
Hello @siddhant-0707, thank you for your contribution. |
### Details: - created implementation for `Celu-12` operator - created tests ### Tickets: - Closes #20543 --------- Co-authored-by: Andrei Kochin <[email protected]> Co-authored-by: Georgy Krivoruchko <[email protected]> Co-authored-by: Katarzyna Mitrus <[email protected]>
…22002) ### Details: - created implementation for `Celu-12` operator - created tests ### Tickets: - Closes openvinotoolkit#20543 --------- Co-authored-by: Andrei Kochin <[email protected]> Co-authored-by: Georgy Krivoruchko <[email protected]> Co-authored-by: Katarzyna Mitrus <[email protected]>
…22002) ### Details: - created implementation for `Celu-12` operator - created tests ### Tickets: - Closes openvinotoolkit#20543 --------- Co-authored-by: Andrei Kochin <[email protected]> Co-authored-by: Georgy Krivoruchko <[email protected]> Co-authored-by: Katarzyna Mitrus <[email protected]>
Context
Neural networks are graphs consisting of nodes called operators. Each operator corresponds to a mathematical function, usually described in framework's documentation or an AI standard, such as ONNX.
OpenVINO ONNX Frontend is a component responsible for working with ONNX graphs and requires implementation of different ONNX operators in order to use ONNX models.
This task requires extending OpenVINO ONNX Frontend with Function Celu.
Necessary help will be provided by ONNX Fronted team.
What needs to be done?
Operator details can be found in ONNX Operators
More details can be found in ONNX Changelog
.hpp
and.cpp
files for *Windows hereMore details in adding operators to ONNX Frontend guide
Example Pull Requests
Resources
Contact points
@gkrivor
Ticket
No response
The text was updated successfully, but these errors were encountered: