Return an evenly spaced sequence of numbers over the given interval.
tf.linspace(0, 9, 10).print(); Copy
tf.linspace(0, 9, 10).print();
The start value of the sequence.
The end value of the sequence.
The number of values to generate.
Generated using TypeDoc
Return an evenly spaced sequence of numbers over the given interval.