Skip to main content

matmul_device

Function matmul_device 

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

use with_stream or with_device around matmul

Expand description

Compatibility shim for matmul.