pub fn csrsparse_matrix_to_sparse_tensor<O0: Into<Output>>(
    sparse_matrix: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CSRSparseMatrixToSparseTensor::new().build(sparse_matrix, scope).