Skip to content
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

[PyOV] Missed API for Node #24427

Merged
merged 9 commits into from May 15, 2024

Conversation

akuporos
Copy link
Contributor

@akuporos akuporos commented May 8, 2024

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:

@akuporos akuporos requested a review from a team as a code owner May 8, 2024 19:53
@github-actions github-actions bot added the category: Python API OpenVINO Python bindings label May 8, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2024.2 milestone May 8, 2024
node.def("validate", [](const std::shared_ptr<ov::Node>& self) {
Common::utils::deprecation_warning("validate",
"2024.4",
"Please use 'constructor_validate_and_infer_types' method instead.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we tell anything about when it will be removed at all? For example, 2025.0

Copy link
Contributor Author

@akuporos akuporos May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already said that it will be removed in 2024.4. It needs just pass right version as argument
.

@mlukasze mlukasze enabled auto-merge May 14, 2024 05:26
@mlukasze mlukasze added this pull request to the merge queue May 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 15, 2024
@akuporos akuporos added this pull request to the merge queue May 15, 2024
Merged via the queue into openvinotoolkit:master with commit 460604c May 15, 2024
114 checks passed
@akuporos akuporos deleted the akup/missed-node-api branch May 15, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Python API OpenVINO Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants