pub fn std_axes_device(
a: impl AsRef<Array>,
axes: &[i32],
keep_dims: impl Into<Option<bool>>,
ddof: impl Into<Option<i32>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around std_axes
Expand description
Compatibility shim for std_axes.