Searched defs:linalg_cholesky_ex (Results 1 – 2 of 2) sorted by relevance
612 TORCH_META_FUNC(linalg_cholesky_ex)(const Tensor& A, in TORCH_META_FUNC() argument
935 def linalg_cholesky_ex(A: Tensor, upper: bool = False, check_errors: bool = False): function