pub fn dequantize_f8e4m3_block_f32( input: &[u8], scales: &[f32], rows: usize, columns: usize, block_size: usize, ) -> Vec<f32>