Skip to content

einsum_path #17559

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

Closed
wants to merge 4 commits into from
Closed

einsum_path #17559

wants to merge 4 commits into from

Conversation

jesee-kuya
Copy link

@jesee-kuya jesee-kuya commented Jun 22, 2023

close #1526

@jesee-kuya
Copy link
Author

Here, the subscript represents the Einstein summation notation for matrix multiplication. The input_list is a list containing the input matrices a and b. We use the _parse_einsum_input function to convert the subscript and input list into the required format for np.einsum_path. Then, we pass the operands and the optimized path to np.einsum to compute the matrix multiplication.

@ivy-leaves ivy-leaves added the NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist label Jun 22, 2023
@ivy-leaves
Copy link

If you are working on an open task, please edit the PR description to link to the issue you've created.

For more information, please check ToDo List Issues Guide.

Thank you 🤗

@jesee-kuya jesee-kuya changed the title einsum path einsum_path Jun 22, 2023
@jesee-kuya jesee-kuya closed this Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Linear algebra functions to Numpy Frontend
3 participants