tf.keras.ops.full_like

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

xInput tensor.
fill_valueFill value.
dtypeOverrides data type of the result.

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