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

[FEA] Match Python's einsum syntax #300

Open
cliffburdick opened this issue Oct 18, 2022 · 0 comments
Open

[FEA] Match Python's einsum syntax #300

cliffburdick opened this issue Oct 18, 2022 · 0 comments

Comments

@cliffburdick
Copy link
Collaborator

cliffburdick commented Oct 18, 2022

Our einsum syntax is lacking things compared to python:

  1. Broadcast notation
  2. Optional outputs
  3. Single input (no commas)

The first two should be possible without much work. The third needs slightly more parsing to understand what operation is taking place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant