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]: Expose Tensor.isContinuous() functionality #27701

Open
almilosz opened this issue Nov 22, 2024 · 2 comments · May be fixed by #27710
Open

[Good First Issue]: Expose Tensor.isContinuous() functionality #27701

almilosz opened this issue Nov 22, 2024 · 2 comments · May be fixed by #27710
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 Nov 22, 2024

Context

OpenVINO works in Node.js environment!
We are looking for new contributors who can help with enabling C++ API methods
in JavaScript side.

First of all read Node.js API Contribution Guide.

Task Details

Expose ov::Tensor::is_continuous() method.
From JavaScript side it will be ov.isContinuous() method.

Useful links

What needs to be done?

How to take this issue

To take this issue leave text: .take as the comment in this issue.
It will assign this issue to you automatically. Please, make sure that the issue has the status Contributors Needed and doesn't have another user in Assingnees.

Example Pull Requests

Resources

Contact points

@almilosz @vishniakov-nikolai

Please, mention us in this issue discussion if you have any questions.

@almilosz almilosz added good first issue Good for newcomers no_stale Do not mark as stale labels Nov 22, 2024
@github-project-automation github-project-automation bot moved this to Contributors Needed in Good first issues Nov 22, 2024
@almilosz almilosz added the category: JS API OpenVino JS API Bindings label Nov 22, 2024
@nashez
Copy link
Contributor

nashez commented Nov 23, 2024

.take

Copy link
Contributor

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

nashez added a commit to nashez/openvino that referenced this issue Nov 23, 2024
* Add a TensorWrap::is_continuous function:
  Calls the underlying Tensor.isContinous function
* Update the addon.ts file with the isContinuous method
* Add unit tests for the isContinuous Api

Closes: openvinotoolkit#27701

Signed-off-by: Nashez Zubair <[email protected]>
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

Successfully merging a pull request may close this issue.

2 participants