Skip to main content

norm_device

Function norm_device 

Source
pub fn norm_device<'a>(
    array: impl AsRef<Array>,
    ord: f64,
    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 with NormOptions

Expand description

Compatibility shim for norm.