length: (int) the distance to the ending dimension
narrow(input, dim, start, length) -> Tensor
Returns a new tensor that is a narrowed version of input tensor. The dimension dim is input from start to start + length. The returned tensor and input tensor share the same underlying storage.