Searched defs:cholesky_inverse (Results 1 – 2 of 2) sorted by relevance
1869 Tensor cholesky_inverse(const Tensor &input, bool upper) { in cholesky_inverse() function
928 def cholesky_inverse(self: Tensor, upper: bool = False) -> Tensor: function