pub fn sparse_matrix_zeros<O0: Into<Output>>( dense_shape: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SparseMatrixZeros::new().build(dense_shape, scope).
SparseMatrixZeros::new().build(dense_shape, scope)