Home
last modified time | relevance | path

Searched refs:linalg_lu_factor_ex_out (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp1891 at::linalg_lu_factor_ex_out(const_cast<Tensor&>(LU), in TORCH_IMPL_FUNC()
1952 TORCH_IMPL_FUNC(linalg_lu_factor_ex_out)(const Tensor& A, in TORCH_IMPL_FUNC() argument
1977 at::linalg_lu_factor_ex_out(LU, pivots, info, A, pivot, /*check_errors=*/false); in linalg_lu_factor_out()
2026 at::linalg_lu_factor_ex_out(const_cast<Tensor&>(use_L ? L : U), in TORCH_IMPL_FUNC()
H A DLinearAlgebra.cpp366 …at::linalg_lu_factor_ex_out(const_cast<Tensor&>(LU), const_cast<Tensor&>(pivots), const_cast<Tenso… in TORCH_IMPL_FUNC()
397 …at::linalg_lu_factor_ex_out(const_cast<Tensor&>(LU), const_cast<Tensor&>(pivots), const_cast<Tenso… in TORCH_IMPL_FUNC()