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

[Good First Issue]: Support aten::vstack, aten::hstack #28875

Open
mvafin opened this issue Feb 7, 2025 · 5 comments
Open

[Good First Issue]: Support aten::vstack, aten::hstack #28875

mvafin opened this issue Feb 7, 2025 · 5 comments
Assignees
Labels
category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale

Comments

@mvafin
Copy link
Contributor

mvafin commented Feb 7, 2025

Context

TBD

What needs to be done?

Support aten::vstack, aten::hstack

Example Pull Requests

No response

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

Ticket

No response

@mvafin mvafin added category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale labels Feb 7, 2025
@github-project-automation github-project-automation bot moved this to Contributors Needed in Good first issues Feb 7, 2025
@code-dev05
Copy link

.take

Copy link
Contributor

github-actions bot commented Feb 8, 2025

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

@code-dev05
Copy link

code-dev05 commented Feb 8, 2025

For implementing these functions, will we be given a data struture like std::deque<ov::Output<ov::Node>> as input to the translate function or is there a step before this?
@mvafin

@mvafin
Copy link
Contributor Author

mvafin commented Feb 10, 2025

@code-dev05 You can get it by calling get_list_as_outputs

@code-dev05
Copy link

Yes, got it!

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 good first issue Good for newcomers no_stale Do not mark as stale
Projects
Status: Contributors Needed
Development

Successfully merging a pull request may close this issue.

2 participants