Skip to main content

max_axes_device

Function max_axes_device 

Source
pub fn max_axes_device(
    array: impl AsRef<Array>,
    axes: &[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 max_axes

Expand description

Compatibility shim for max_axes.