-
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]: Expose Tensor.get_size() method to Node.js API #23440
Comments
Hi , can I work on this ? Thank you. |
Hi @almilosz I would like to work on this issue thanks. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @hiirrxnn, thank you for your interest! Unfortunately this issue has taken, but this JS API issue is still waiting to be assigned: https://github.com/orgs/openvinotoolkit/projects/3/views/1?pane=issue&itemId=56296668, feel free to take it! |
hello @vishniakov-nikolai , Ideally I should also validate the parameters of Tensor.get_size() right ? , if user passes any arguments it should throw an error somewhat similar to the python api ? |
@vishniakov-nikolai , do you have other unassigned JS-api issues which are not being worked upon ? , I would like to contribute to Node.js API , Thanks. |
Hey @qxprakash ! Nikolai is on short vacation but on behalf of him I can guarantee that more tasks related to JS bindings is coming :) |
hello @mlukasze , Thanks , I am interested in contributing to the Node.js API , I will keep an eye on the board. |
Alicja will take a look soon, please stay tuned! :) |
### This Fixes #23440 ### Details: Extended Tensor API , with tensor.getSize() method - Implemented tensor.getSize() in the js api - added parameter validation - updated Tensor interface with the getSize() method in addon.ts - added Tests --------- Co-authored-by: Alicja Miloszewska <[email protected]> Co-authored-by: Vishniakov Nikolai <[email protected]>
### This Fixes openvinotoolkit#23440 ### Details: Extended Tensor API , with tensor.getSize() method - Implemented tensor.getSize() in the js api - added parameter validation - updated Tensor interface with the getSize() method in addon.ts - added Tests --------- Co-authored-by: Alicja Miloszewska <[email protected]> Co-authored-by: Vishniakov Nikolai <[email protected]>
### This Fixes openvinotoolkit#23440 ### Details: Extended Tensor API , with tensor.getSize() method - Implemented tensor.getSize() in the js api - added parameter validation - updated Tensor interface with the getSize() method in addon.ts - added Tests --------- Co-authored-by: Alicja Miloszewska <[email protected]> Co-authored-by: Vishniakov Nikolai <[email protected]>
Context
Node.js API is the newest binding of OpenVINO.
The task is to expose
Tensor.get_size()
method.C++ API and Python API documentation of this method
What needs to be done?
get_size()
method on C++ side (src/bindings/js/node/src/tensor.cpp)Example Pull Requests
Here is the link to a PR with a very similar task that covers the steps listed above:
Core
class withgetAvailableDevices
#22100Resources
Contact points
@almilosz @vishniakov-nikolai
Ticket
134826
The text was updated successfully, but these errors were encountered: