tf.lin_space
tf.lin_space
tf.lin_space
tf.linspace
lin_space( start, stop, num, name=None )
Defined in tensorflow/python/ops/gen_math_ops.py
.
See the guide: Constants, Sequences, and Random Values > Sequences
Generates values in an interval.
A sequence of num
evenly-spaced values are generated beginning at start
. If num > 1
, the values in the sequence increase by stop - start / num - 1
, so that the last one is