pytorch
19f3d4d7 - Expose linalg.solve_ex (#80073)

Commit
2 years ago
Expose linalg.solve_ex (#80073) This prepares for making `linalg.inv_ex` just a call into this function Pull Request resolved: https://github.com/pytorch/pytorch/pull/80073 Approved by: https://github.com/IvanYashchuk, https://github.com/albanD
Author
Committer
Parents
  • aten/src/ATen/native
    • File
      BatchLinearAlgebra.cpp
    • File
      native_functions.yaml
  • docs/source
    • File
      linalg.rst
  • test
    • File
      allowlist_for_publicAPI.json
    • forward_backward_compatibility
      • File
        check_forward_backward_compatibility.py
    • File
      test_namedtuple_return_api.py
  • tools/autograd
    • File
      derivatives.yaml
    • File
      gen_variable_type.py
  • torch
    • csrc/api/include/torch
      • File
        linalg.h
    • linalg
      • File
        __init__.py
    • File
      overrides.py
    • testing/_internal
      • File
        common_methods_invocations.py