Skip to main content

from_fp8

Function from_fp8 

Source
pub fn from_fp8(a: impl AsRef<Array>, dtype: Dtype) -> Result<Array>
Expand description

Convert an FP8 (E4M3) encoded array back to a floating point type.

See Array::from_fp8 for more details.