openvino
openvino copied to clipboard
[Good First Issue]: [OV JS] Support core.query_model()
Context
Node.js API is the newest binding of OpenVINO. The task is to expose Core::query_model() method. Python API documentation of this method
What needs to be done?
- add
query_model()
method on C++ side (src/bindings/js/node/src/core_wrap.cpp) - update TypeScript definition (src/bindings/js/node/lib/addon.ts)
- create unit test for added functionality using Node.js Test Runner Tip: Before creating a new function to convert an argument, take a look at helper methods to see if it doesn't exist already
Example Pull Requests
- https://github.com/openvinotoolkit/openvino/pull/22100
- https://github.com/openvinotoolkit/openvino/pull/23743
- https://github.com/openvinotoolkit/openvino/pull/24023
Resources
- Contribution guide - start here!
- Node.js API Reference
- Node.js bindings examples of usage
- What is OpenVINO?
- Blog post on contributing to OpenVINO
- User documentation
Contact points
@almilosz @vishniakov-nikolai
Ticket
134822
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
Hello @Aryan8912, there are currently three issues with open PRs assigned to you. Please finish them before picking more tasks.
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
@almilosz To implement this method, I should call _core.query_model(...)
, Am I right ?
Yes, C++ docs
@almilosz ,Should I work on this or is it closed?
I don't know why it was closed. Sorry
Hello @hegdeadithyak! Do you need any help with this issue? Do you have a time to continue work on this task?
Yes, ont it will open a PR by tomorrow
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.