Function tensorflow::ops::sparse_matrix_zeros
source · pub fn sparse_matrix_zeros<O0: Into<Output>>(
dense_shape: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseMatrixZeros::new().build(dense_shape, scope)
.