openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[Good First Issue]: Provide ov.PartialShape.dynamic(int) definition

Open akuporos opened this issue 2 years ago • 2 comments

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 dynamic here 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

Contact points

@akuporos @jiwaszki @p-wysocki

Ticket

126516

akuporos avatar Feb 22 '24 13:02 akuporos

.take PR #23036

siddhant-0707 avatar Feb 23 '24 06:02 siddhant-0707

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

github-actions[bot] avatar Feb 23 '24 06:02 github-actions[bot]

Thanks (again) @siddhant-0707! It's a pleasure to cooperate with you :)

mlukasze avatar Feb 28 '24 10:02 mlukasze

No problem! 😀

siddhant-0707 avatar Feb 28 '24 10:02 siddhant-0707