pub fn norm_matrix_device<'a>(
array: impl AsRef<Array>,
ord: &'a str,
axes: impl IntoOption<&'a [i32]>,
keep_dims: impl Into<Option<bool>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around norm_matrix with NormOptions
Expand description
Compatibility shim for norm_matrix.