# NOT RUN {
# Run this
d <- torch$tensor(list(list(0, 0),
list(0, 0),
list(0, 1),
list(1, 1)), dtype=torch$uint8)
d[all_dims(), 1]
f <- torch$arange(9L)$reshape(c(3L, 3L))
f
f[all_dims()]
f[all_dims(), 1L]
# }
Run the code above in your browser using DataLab