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 Unique op support #15076

Merged
merged 6 commits into from
Jan 16, 2023
Merged

ONNX Unique op support #15076

merged 6 commits into from
Jan 16, 2023

Conversation

tomdol
Copy link
Contributor

@tomdol tomdol commented Jan 12, 2023

Details:

  • Enables importing ONNX models with the Unique operator
  • C++ tests
  • Unblocked python tests

Tickets:

  • 94706

@tomdol tomdol requested a review from mbencer January 12, 2023 13:47
@tomdol tomdol requested review from a team as code owners January 12, 2023 13:47
@github-actions github-actions bot added category: ONNX FE OpenVINO ONNX FrontEnd category: Python API OpenVINO Python bindings labels Jan 12, 2023
test_case.add_expected_output<int64_t>(Shape{3}, {0, 1, 0});
test_case.add_expected_output<int64_t>(Shape{2}, {2, 1});

test_case.run();
Copy link
Contributor

Choose a reason for hiding this comment

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

should we split this file somehow? I suppose adding more and more tests will result in a long compilation..

Copy link
Contributor

Choose a reason for hiding this comment

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

We have plans to create an epic for ONNX FE refactor (like legacy namespaces, python requirements unification) so I can include it.

@tomdol tomdol merged commit f4dda48 into openvinotoolkit:master Jan 16, 2023
@tomdol tomdol deleted the onnx_unique branch January 16, 2023 14:12
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 category: Python API OpenVINO Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants