View source on GitHub |
TensorFlow variant of NumPy's full_like
.
tf.experimental.numpy.full_like(
a, fill_value, dtype=None, order='K', subok=True, shape=None
)
order, subok and shape arguments mustn't be changed.
See the NumPy documentation for numpy.full_like
.