-
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 Model.is_dynamic() method to Node.js API #23565
Comments
hello @almilosz I am interested in contributing to the JS API , I am taking this one as well if you don't mind ? |
.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 Prakash, |
@almilosz I had a question , the tests for Model Interface should be present in |
You should create a new file called |
ok @almilosz , got it. |
This fixes #23565 Exposed Model.isDynamic() method to Node.js api - Added parameter validation - Added tests
…#23646) This fixes openvinotoolkit#23565 Exposed Model.isDynamic() method to Node.js api - Added parameter validation - Added tests
…#23646) This fixes openvinotoolkit#23565 Exposed Model.isDynamic() method to Node.js api - Added parameter validation - Added tests
Context
Node.js API is the newest binding of OpenVINO.
The task is to expose Model.is_dynamic() method.
C++ API and Python API documentation of this method
What needs to be done?
is_dynamic()
method on C++ side (src/bindings/js/node/src/model.cpp)Note: Remember about parameter validation
Example Pull Requests
Here is the link to a PR with a very similar task that covers the steps listed above:
Core
class withgetAvailableDevices
#22100Resources
Contact points
@almilosz @vishniakov-nikolai
Ticket
No response
The text was updated successfully, but these errors were encountered: