Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp612 TORCH_META_FUNC(linalg_cholesky_ex)(const Tensor& A, in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py935 def linalg_cholesky_ex(A: Tensor, upper: bool = False, check_errors: bool = False): function