pub fn tensor_to_data_int<B: Backend, const D: usize>( tensor: &Tensor<B, D, Int>, ) -> Vec<i32>
Convert a burn int tensor to a Vec