Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp1708 auto raw_cholesky_output = cloneBatchedColumnMajor(self); in cholesky() local
1714 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()