Function tensorflow::ops::csrsparse_matrix_components
source · pub fn csrsparse_matrix_components<O0: Into<Output>, O1: Into<Output>>(
csr_sparse_matrix: O0,
index: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CSRSparseMatrixComponents::new().build(csr_sparse_matrix, index, scope)
.