Skip to content
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]: [OV JS] Support core.query_model() #24373

Open
almilosz opened this issue May 6, 2024 · 6 comments
Open

[Good First Issue]: [OV JS] Support core.query_model() #24373

almilosz opened this issue May 6, 2024 · 6 comments
Assignees
Labels
category: JS API OpenVino JS API Bindings good first issue Good for newcomers no_stale Do not mark as stale

Comments

@almilosz
Copy link
Contributor

almilosz commented May 6, 2024

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

Resources

Contact points

@almilosz @vishniakov-nikolai

Ticket

134822

@almilosz almilosz added good first issue Good for newcomers category: JS API OpenVino JS API Bindings no_stale Do not mark as stale labels May 6, 2024
@Aryan8912
Copy link
Contributor

.take

Copy link
Contributor

github-actions bot commented May 7, 2024

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

@p-wysocki
Copy link
Contributor

Hello @Aryan8912, there are currently three issues with open PRs assigned to you. Please finish them before picking more tasks.

@hegdeadithyak
Copy link
Contributor

.take

Copy link
Contributor

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

@hegdeadithyak
Copy link
Contributor

@almilosz To implement this method, I should call _core.query_model(...) , Am I right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: JS API OpenVino JS API Bindings good first issue Good for newcomers no_stale Do not mark as stale
Projects
Status: Assigned
Development

No branches or pull requests

4 participants