pub fn normal_device<'a, T: ArrayElement>(
shape: impl IntoOption<&'a [i32]>,
loc: impl Into<Option<f32>>,
scale: impl Into<Option<f32>>,
key: impl Into<Option<&'a Array>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around normal
Expand description
Compatibility shim for normal.