-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
refactor(ivy, torch-frontend): Extends ivy.multi_head_attention and shortens torch_frontend.multi_head_attention_forward #23131
Conversation
Thanks for contributing to Ivy! 😊👏 |
… torch backend is properly tested
…hortens torch_frontend.multi_head_attention_forward (ivy-llc#23131)
Extending
ivy.multi_head_attention
to the superset, and shorteningtorch_frontend.multi_head_attention_forward
by using the updatedivy.multi_head_attention
.Close #23074