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]: Enable CompiledModel set/get property() #24374

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

[Good First Issue]: Enable CompiledModel set/get property() #24374

almilosz opened this issue May 6, 2024 · 3 comments
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 2 methods: CompiledModel::set_property() and CompiledModel::get_property().
C++ docs here

What needs to be done?

  • add methods on C++ side (src/bindings/js/node/src/compiled_model.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

134825

@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.

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: Contributors Needed
Development

No branches or pull requests

3 participants