openvino
openvino copied to clipboard
[Good First Issue]: Provide ov.PartialShape.dynamic(int) definition
Context
It is not convenient that ov.PartialShape.dynamic cannot be called with integer argument, and only accepts ov.Dimension.
What needs to be done?
- Add new binding for
dynamichere which accept integer as argument. - Add documentation (Construct a PartialShape with the given rank and all dimensions (if any) dynamic. :return: A PartialShape with the given rank, and all dimensions (if any) dynamic.). Please, also describe argument.
- Add tests here. Extend tests with name
test_partial_shape,test_partial_shape_equals
Example Pull Requests
No response
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to test OpenVINO Python API
Contact points
@akuporos @jiwaszki @p-wysocki
Ticket
126516
.take PR #23036
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
Thanks (again) @siddhant-0707! It's a pleasure to cooperate with you :)
No problem! 😀