pub fn linspace_device<U, T>(
start: U,
stop: U,
count: impl Into<Option<i32>>,
stream: impl AsRef<Stream>,
) -> Result<Array>where
U: NumCast,
T: ArrayElement,👎Deprecated since 0.26.0:
use with_stream or with_device around linspace
Expand description
Compatibility shim for linspace.