mlx_from_fp8 function
Implementation
int mlx_from_fp8(
ffi.Pointer<mlx_array> res,
mlx_array x,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_from_fp8(res, x, dtype.value, s);
int mlx_from_fp8(
ffi.Pointer<mlx_array> res,
mlx_array x,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_from_fp8(res, x, dtype.value, s);