Function tensorflow::ops::dense_to_csrsparse_matrix
source · pub fn dense_to_csrsparse_matrix<O0: Into<Output>, O1: Into<Output>>(
dense_input: O0,
indices: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DenseToCSRSparseMatrix::new().build(dense_input, indices, scope)
.