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