-
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
Extend ONNX Frontend with com.microsoft.Range
operator
#17575
Comments
Hi, I wanted to do some work on OpenVino as OS contributor, could you assign this issue to me? |
and you are, let us know if you need any guidance :) |
I'm returning the task to being open due to current assignee's inactivity. |
Hello! |
Hello @bagrorg, thanks for taking a look! I assigned you. |
@bagrorg could you please confirm whether you're still working on this issue? |
@p-wysocki Hi! Yes, I've done it except tests part. I had to distract myself, I didn't have time to come back yet, hope will complete it this week. Sorry =( |
No worries, I'm just updating the task statuses in the main good first issue list. :) |
Hi @bagrorg, are you still working on this issue or can I return it to be picked up by other contributors? |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
I am happy to announce that we have created a channel dedicated to Good First Issues support on our Intel DevHub Discord server! Join it to receive support, engage in discussions, ask questions and talk to OpenVINO developers. |
Hi I was interested in doing this task, although I'm pretty new to this, would it be possible to brief me on what to do? and I could proceed from there |
Hi @adityashibu! I assigned you. If I were you I would start with:
|
Alright, I'll start working on it then. Thank you so much for the support |
Hi, I've created files called range.cpp and range.hpp under "src/frontends/onnx/frontend/src/op/com.microsoft", is that the first task? |
Hi, it's first part of the task :) Now you need to go to point 2:
I believe you can more or less copy the existing implementation from the second link, but I'm not certain. You can find more information about ONNX Range under https://onnx.ai/onnx/operators/onnx__Range.html. |
Alright gotcha, working on it rn |
@p-wysocki I have created a PR with the requested changes, can you have a look at it and check if there's anything else that needs to be improved upon? |
could you please link PR to ticket or ticket to PR? |
I linked it, please check |
Hello @mlukasze , @p-wysocki , is this issue still open? I am interested to work on it. |
hey @11happy!! |
@mlukasze I have linked the fresh PR. |
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
com.microsoft.Range
operator.Necessary help will be provided by ONNX Fronted team.
Operator specification
Operator details can be found in official ONNX Runtime docs.
To do list
.hpp
and.cpp
files forcom.microsoft.Range
hereMore details in adding operators to ONNX Frontend guide
Resources
Example PRs
Contact points
@tomdol
@mbencer
@p-wysocki
Don't hesitate to reach out, we're here to help!
The text was updated successfully, but these errors were encountered: