View source on GitHub |
Computes the Cholesky decomposition of a positive semi-definite matrix.
tf.keras.ops.cholesky(
x
)
Args | |
---|---|
x
|
Input tensor of shape (..., M, M) .
|
Returns | |
---|---|
A tensor of shape (..., M, M) representing the lower triangular
Cholesky factor of x .
|