tf.keras.ops.full_like

Return a full tensor with the same shape and type as the given tensor.

x Input tensor.
fill_value Fill value.
dtype Overrides data type of the result.

Tensor of fill_value with the same shape and type as x.