Skip to main content

mean_device

Function mean_device 

Source
pub fn mean_device(
    array: impl AsRef<Array>,
    keep_dims: impl Into<Option<bool>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around mean

Expand description

Compatibility shim for mean.