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

add concat frontends.torch #2706

Closed
wants to merge 2 commits into from
Closed

add concat frontends.torch #2706

wants to merge 2 commits into from

Commits on Aug 4, 2022

  1. Add concat to frontends.torch.indexing_slicing_joining_mutating_ops

    Question: we still need to add alias (in this case, torch.concat() and torch.cat()) to the frontend to stay consistent, correct?
    Creative-Ataraxia committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f719371 View commit details
    Browse the repository at this point in the history
  2. Add test_torch_concat to test_frontends.test_indexing_slicing_joining…

    …_mutating_ops
    
    Question: we still need to add alias (in this case, torch.concat() and torch.cat()) to the frontend to stay consistent, correct?
    
    link to issue: #2621
    Creative-Ataraxia committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8bb0748 View commit details
    Browse the repository at this point in the history