Searched defs:LU_data (Results 1 – 2 of 2) sorted by relevance
2146 Tensor lu_solve(const Tensor& self, const Tensor& LU_data, const Tensor& LU_pivots) { in lu_solve()2158 Tensor& lu_solve_out(const Tensor& self, const Tensor& LU_data, const Tensor& LU_pivots, Tensor& re… in lu_solve_out()
1876 const at::Tensor& LU_data = tensors[2]; in nnc_aten_lu_solve() local