Searched refs:raw_cholesky_output (Results 1 – 1 of 1) sorted by relevance
1708 auto raw_cholesky_output = cloneBatchedColumnMajor(self); in cholesky() local1714 cholesky_stub(self.device().type(), raw_cholesky_output, info, upper); in cholesky()1719 return raw_cholesky_output.triu_(); in cholesky()1721 return raw_cholesky_output.tril_(); in cholesky()