Skip to main content

from_fp8_device

Function from_fp8_device 

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

use with_stream or with_device around from_fp8

Expand description

Compatibility shim for from_fp8.