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

[ONNX] Frontend refactoring: operations #22351

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

gkrivor
Copy link
Contributor

@gkrivor gkrivor commented Jan 23, 2024

Details:

  • Refactoring operations M-P

Tickets:

  • 125501

@gkrivor gkrivor requested a review from a team as a code owner January 23, 2024 14:30
@github-actions github-actions bot added the category: ONNX FE OpenVINO ONNX FrontEnd label Jan 23, 2024
#include "openvino/op/floor_mod.hpp"
#include "openvino/op/mod.hpp"

using namespace ov::op;

OPENVINO_SUPPRESS_DEPRECATED_START
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need to keep OPENVINO_SUPPRESS_DEPRECATED_START ? Looks like we don't have deprecated API usage in refactored files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll remove it in a separate PR when everything will be fixed

@ilya-lavrenov ilya-lavrenov enabled auto-merge (squash) January 23, 2024 20:36
@ilya-lavrenov ilya-lavrenov added this to the 2024.0 milestone Jan 23, 2024
@ilya-lavrenov ilya-lavrenov merged commit 76e75aa into openvinotoolkit:master Jan 23, 2024
99 checks passed
@gkrivor gkrivor deleted the onnx_api20_ops branch January 24, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: ONNX FE OpenVINO ONNX FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants