Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp2184 static void triangular_solve_out_impl( in triangular_solve_out_impl() function
2248triangular_solve_out_impl(result_tmp, clone_A_tmp, A_broadcast, self_broadcast, upper, transpose, … in TORCH_IMPL_FUNC()
2253triangular_solve_out_impl(result, clone_A, A_broadcast, self_broadcast, upper, transpose, unitrian… in TORCH_IMPL_FUNC()