powered by
Flatten
(Tensor) the input tensor.
(int) the first dim to flatten
(int) the last dim to flatten
Flattens a contiguous range of dims in a tensor.
# NOT RUN { if (torch_is_installed()) { t = torch_tensor(matrix(c(1, 2), ncol = 2)) torch_flatten(t) torch_flatten(t, start_dim=2) } # }
Run the code above in your browser using DataLab