Function tensor_to_data_int

Source
pub fn tensor_to_data_int<B: Backend, const D: usize>(
    tensor: &Tensor<B, D, Int>,
) -> Vec<i32>
Expand description

Convert a burn int tensor to a Vec