FullLikeΒΆ
Create an array full of a specified value with the same shape and dtype as an array.
Abstract Signature:
FullLike(a: Tensor, fill_value: number | Tensor, dtype: DType | None, shape: tuple | None)
TensorFlow
API:
tf.fillStrategy: Macro 'tf.fill(tf.shape({a}), {fill_value})'