tf.raw_ops.ZerosLike

Returns a tensor of zeros with the same shape and type as x.

xA Tensor. a tensor of type T.
nameA name for the operation (optional).

A Tensor. Has the same type as x.