-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[OV][JS] Expose the Tensor.isContinuous to Node.js API #27710
base: master
Are you sure you want to change the base?
[OV][JS] Expose the Tensor.isContinuous to Node.js API #27710
Conversation
@almilosz Please review the changes. |
bd45732
to
29840b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nashez thank you for contribution!
Thanks for the approval @vishniakov-nikolai Could you please trigger a CI run for this ? If there are any issues, I will resolve them along with your existing comment and push later today |
29840b8
to
4db89e0
Compare
build_jenkins |
d00695d
to
0bd54fc
Compare
@almilosz @vishniakov-nikolai Made the requested changes. Please review. |
0e31ded
to
6450c34
Compare
* 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]>
6450c34
to
5366f65
Compare
@almilosz @vishniakov-nikolai I see the CI failing. |
Hi @nashez! Sometimes it happens, don't worry. I'll take care about it and let you know if some changes in your brunch will be needed. |
Details:
Tickets:
Closes: #27701