pub fn from_fp8(a: impl AsRef<Array>, dtype: Dtype) -> Result<Array>
Convert an FP8 (E4M3) encoded array back to a floating point type.
See Array::from_fp8 for more details.
Array::from_fp8