tensorflow::ops

Function sparse_matrix_nnz

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

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