Anastasia Kuporosova
Anastasia Kuporosova
[Good First Issue]: Get rid of hardcoded properties name such as "EXPORT_IMPORT" from Python tests
### Context We have properties instead and should use them instead of hardcoded strings like "EXPORT_IMPORT", "OPTIMIZATION_CAPABILITIES" which are actually implementation details. ### What needs to be done? Search across...
### Context It is not convenient that [ov.PartialShape.dynamic](https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/python/src/pyopenvino/graph/partial_shape.cpp#L35) cannot be called with integer argument, and only accepts ov.Dimension. ### What needs to be done? - Add new binding for `dynamic`...
### Details: - *item1* - *...* ### Tickets: - CVS-140058
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
### Details: - Add missed methods for Node: "get_input_element_type", "get_input_partial_shape", "get_input_shape", "set_output_type", "set_output_size", "validate_and_infer_types" ### Tickets: - CVS-141050
### Details: - based on https://github.com/openvinotoolkit/openvino/pull/24889 - + Added workflow which runs Python API tests specifically using numpy>=2.0.0 ### Tickets: - [CVS-143476](https://jira.devtools.intel.com/browse/CVS-143476)
### Details: - https://github.com/openvinotoolkit/openvino/pull/25508 ### Tickets: - [CVS-143476](https://jira.devtools.intel.com/browse/CVS-143476)