tf.keras.ops.full

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

shapeShape of the new tensor.
fill_valueFill value.
dtypeDesired data type of the tensor.

Output tensor.