tf.raw_ops.SparseMatrixZeros

Creates an all-zeros CSRSparseMatrix with shape dense_shape.

dense_shapeA Tensor of type int64. The desired matrix shape.
typeA tf.DType from: tf.float32, tf.float64, tf.complex64, tf.complex128.
nameA name for the operation (optional).

A Tensor of type variant.