tf.keras.ops.full

Return a new tensor of given shape and type, filled with fill_value.

shape Shape of the new tensor.
fill_value Fill value.
dtype Desired data type of the tensor.

Output tensor.