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

Parse Einsum expressions #1

Open
mofeing opened this issue Mar 27, 2023 · 0 comments
Open

Parse Einsum expressions #1

mofeing opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request on-hold

Comments

@mofeing
Copy link
Member

mofeing commented Mar 27, 2023

Expressions

  • ijik->jk: Partial Trace
    • ii->: Trace
  • ikjl,mnkl->ijmn: Tensor Contraction
    • ik,kj->jk: Matrix Multiplication
  • ijkl->ilkj: Tensor Index Permutation
    • ij->ji: Matrix transposition
  • ij,ij->ij: Hadamard (element-wise) product

Reference links

@mofeing mofeing added enhancement New feature or request good first issue Good for newcomers labels Mar 27, 2023
@mofeing mofeing added on-hold and removed good first issue Good for newcomers labels Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on-hold
Projects
None yet
Development

No branches or pull requests

1 participant