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] Added support for aten::hstack and aten::vstack #28933

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

Conversation

code-dev05
Copy link

Details:

  • added aten::hstack
  • added aten::vstack

Tickets:

@code-dev05 code-dev05 requested a review from a team as a code owner February 11, 2025 14:30
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Feb 11, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Feb 11, 2025
Copy link
Contributor

@mvafin mvafin left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution. Your code cannot be build, you forgot to #include headers of operations used.

tests/layer_tests/pytorch_tests/test_hstack.py Outdated Show resolved Hide resolved
@code-dev05
Copy link
Author

code-dev05 commented Feb 11, 2025

Thank you for the contribution. Your code cannot be build, you forgot to #include headers of operations used.

Oh yes, I will fix it now!

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.

3 participants