Home
last modified time | relevance | path

Searched defs:ldl_factor_ex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/linalg/
H A D__init__.py910 ldl_factor_ex = _add_docstr(_linalg.linalg_ldl_factor_ex, r""" variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dlinalg.h873 inline std::tuple<Tensor, Tensor, Tensor> ldl_factor_ex( in ldl_factor_ex() function