description: TensorFlow variant of NumPy's ones_like.
![]() |
TensorFlow variant of NumPy's ones_like
.
tf.experimental.numpy.ones_like(
a, dtype=None
)
Unsupported arguments: order
, subok
, shape
.
See the NumPy documentation for numpy.ones_like
.