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

[PT FE]: support aten::minimum aten::maximum #19996

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

eaidova
Copy link
Contributor

@eaidova eaidova commented Sep 21, 2023

Details:

  • support aten::maximum and aten::minimum operators

Tickets:

  • 119961,

@eaidova eaidova requested a review from a team as a code owner September 21, 2023 17:47
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Sep 21, 2023
return {res};
}

OutputVector translate_minimum(const NodeContext& context) {
Copy link
Contributor

Choose a reason for hiding this comment

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

These can be a generic function in utils

@eaidova eaidova merged commit fde054e into openvinotoolkit:master Sep 22, 2023
57 checks passed
@eaidova eaidova deleted the ea/minimum_maximum branch September 22, 2023 05:31
alvoron pushed a commit to alvoron/openvino that referenced this pull request Nov 6, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants