description: TensorFlow variant of NumPy's geomspace.
![]() |
TensorFlow variant of NumPy's geomspace
.
tf.experimental.numpy.geomspace(
start, stop, num=50, endpoint=True, dtype=None, axis=0
)
See the NumPy documentation for numpy.geomspace
.