pub fn sparse_matrix_sparse_cholesky<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    permutation: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseMatrixSparseCholesky::new().call(&ctx, &input, &permutation).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseMatrixSparseCholesky