View source on GitHub |
Return a new tensor of given shape and type, filled with fill_value
.
tf.keras.ops.full(
shape, fill_value, dtype=None
)
Args | |
---|---|
shape
|
Shape of the new tensor. |
fill_value
|
Fill value. |
dtype
|
Desired data type of the tensor. |
Returns | |
---|---|
Output tensor. |