Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp1850 bool copy_needed = (result.numel() != 0 && !is_batched_column_major); in cholesky_inverse_out() local
2241 bool copy_needed = !result.transpose(-2, -1).is_contiguous(); in TORCH_IMPL_FUNC() local
2317 bool copy_needed = (QR.numel() != 0 && !is_batched_column_major); in geqrf_out() local
2544 bool copy_needed = (result.numel() != 0 && !is_batched_column_major); in linalg_householder_product_out() local
2701 bool copy_needed = (result.numel() != 0 && !is_batched_column_major); in ormqr_out() local
3636 bool copy_needed = (solution.numel() != 0 && !is_solution_batched_column_major); in linalg_lstsq_out() local