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

Added Relevant support for aten::quantile and it's tests. #28599

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

geeky33
Copy link
Contributor

@geeky33 geeky33 commented Jan 21, 2025

Details:

  • Added aten::quantile

  • Made the changes in the relevant files and added two files by taking the relevant information from the documentation mentioned in the Issue.

  • Implemented conversion rule and/or transformation to support the new operation.

  • Implement operation tests in tests/layer_tests/pytorch_tests. Please consider different data types, but keep reasonable number of test cases.*

  • Communicated with @andrei-kochin Sir for the permission to make the pull request. Kindly consider the PR. :)

Tickets:

@geeky33 geeky33 requested review from a team as code owners January 21, 2025 21:07
@geeky33 geeky33 requested review from slyalin and mmikolajcz January 21, 2025 21:07
@github-actions github-actions bot added category: CPU OpenVINO CPU plugin category: PyTorch FE OpenVINO PyTorch Frontend labels Jan 21, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jan 21, 2025
@github-actions github-actions bot removed the category: CPU OpenVINO CPU plugin label Jan 21, 2025
@mlukasze mlukasze linked an issue Jan 22, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Support aten::quantile
2 participants