Skip to main content

norm_l2_device

Function norm_l2_device 

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

Expand description

Compatibility shim for norm_l2.