-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
category: JS APIOpenVino JS API BindingsOpenVino JS API Bindingsgood first issueGood for newcomersGood for newcomersgsoc-prerequisite-taskPrerequisite task related to Google Summer of Code projectsPrerequisite task related to Google Summer of Code projectsjavascriptPull requests that update Javascript codePull requests that update Javascript codeno_staleDo not mark as staleDo not mark as stale
Description
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::copy_to()
method.
From JavaScript side it will be Tensor.copyTo()
method.
Useful links
- C++ API implementation of
ov::Tensor::copy_to()
method
What needs to be done?
- Implement the method on C++ side (src/bindings/js/node/src/tensor.cpp)
- Update TypeScript definitions in ./src/bindings/js/node/lib/addon.ts
- Create unit test for added functionality using Node.js Test Runner.
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
- [OV JS] Expose Model.setFriendlyName and Model.getFriendlyName methods to Node.js api #23743
- [JS API] Add config param to Core.import_model() #24023
Resources
- Contribution Guide
- JavaScript API Developer Documentation
- Node.js API Reference
- Node.js bindings examples of usage
- What is OpenVINO?
- How to contributing to OpenVINO
- User documentation
Contact points
Ticket
Metadata
Metadata
Assignees
Labels
category: JS APIOpenVino JS API BindingsOpenVino JS API Bindingsgood first issueGood for newcomersGood for newcomersgsoc-prerequisite-taskPrerequisite task related to Google Summer of Code projectsPrerequisite task related to Google Summer of Code projectsjavascriptPull requests that update Javascript codePull requests that update Javascript codeno_staleDo not mark as staleDo not mark as stale
Type
Projects
Status
Assigned