-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
* 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]>
* 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]>
* 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]>
.take |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
Hi @sahil07-rg I am still working on this issue and the PR is open Just a few open comments I need to resolve on the PR I shall resolve it all by today |
.take |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
* 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]>
* 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]>
* 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]>
* 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]>
* 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]>
* 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]>
* 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]>
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
Tensor::is_continuous()
methodWhat 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.
The text was updated successfully, but these errors were encountered: