linspace

Function linspace 

Source
pub fn linspace(
    start: f32,
    end: f32,
    steps: usize,
    dtype: Option<&str>,
    requires_grad: bool,
) -> PyResult<PyTensor>
Expand description

Create tensor with linearly spaced values