Does TensorFlow C++ API have the python Linspace equivalent

In the processing of porting on of the TensorFlow python tutorials to C++ API and require Linspace equivalent. Currently I handcrafted one but would like to use the API functions.

Thanks PMcG