Is there a simple way to implement Numpy-style ndarray slicing on Mojo Tensors ?
I have a rank 4 tensor where the first dimension is an index and the last 3 represent a Voxel Grid.
I want to get the voxel grid given a build_id. I wrote a function to do this but I am wondering if I there's a Mojo way to do this.
I want to get the voxel grid given a build_id. I wrote a function to do this but I am wondering if I there's a Mojo way to do this.
