Skip to main content

floor_divide_device

Function floor_divide_device 

Source
pub fn floor_divide_device(
    a: impl AsRef<Array>,
    other: impl AsRef<Array>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around floor_divide

Expand description

Compatibility shim for floor_divide.