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

[core] Fix a bug in einsum kernels #4915

Merged
merged 3 commits into from
Apr 9, 2021
Merged

[core] Fix a bug in einsum kernels #4915

merged 3 commits into from
Apr 9, 2021

Conversation

caisq
Copy link
Contributor

@caisq caisq commented Apr 8, 2021

  • Allow summing over more than 1 dimension for two tensors.
    Achieved by using the correct axis for sum().

Fixes #2349

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

- Allow summing over more than 1 dimensions for two tensors.
  Achieved by using the correct axis for sum().
@google-cla google-cla bot added the cla: yes label Apr 8, 2021
@caisq caisq requested a review from pyu10055 April 8, 2021 21:55
Copy link
Collaborator

@pyu10055 pyu10055 left a comment

Choose a reason for hiding this comment

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

Thanks!

@caisq caisq merged commit b546b41 into tensorflow:master Apr 9, 2021
@caisq caisq deleted the einsum3 branch April 9, 2021 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported Op: Einsum
2 participants