pub fn tensor_to_data_float<B: Backend, const D: usize>( tensor: &Tensor<B, D, Float>, ) -> Vec<f32>
Convert a burn float tensor to a Vec