Linspace
Generates values evenly distributed between start and end (inclusive).
The output data type can be configured, and the output shape will be (<Steps>)
By clicking the node the following parameters can be configured on the right panel:
- Data type: One of Float16, Float32 or Float64. The output data type.
- Start: The first generated value.
- End: The last value in the output.
- Steps: The total number of values in the output.