-
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
Torch FE tensorsolve feature added #9924
Conversation
Here are the test results: root@4b5f0995dbc1:/ivy# pytest -v --num-examples 50 ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_tensorsolve ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_tensorsolve[cpu-ivy.functional.backends.numpy-False-False] PASSED [ 25%] ==================================================== warnings summary ===================================================== -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
Haven't tested for dims(axes) parameter. Referred to tensorsolve implementation in ivy framework and jax_numpy_fe framework.
Finding this a bit tricky. Should this parameter be tested? |
@karalleyna , request you to please review the PR. |
Hi @ra9hur, Thanks for your contribution! 🙃 |
Torch FE tensorsolve feature added
Torch FE tensorsolve feature added
Torch FE tensorsolve feature added
Torch FE tensorsolve feature added
Close #9889