Function tensor_to_ndarray_i64

Source
pub fn tensor_to_ndarray_i64(
    tensor: Tensor,
) -> Result<ArrayBase<OwnedRepr<i64>, IxDyn>>