## 📚 Documentation <!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/tutorials, please file an issue at https://github.com/pytorch/tutorials/issues/new --> The size of returned tensor should be [K, C/(output_size[0]*output_size[1]), output_sizep[0], output_size[1]] in https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_align.py#L42 and https://github.com/pytorch/vision/blob/master/torchvision/ops/ps_roi_pool.py#L36 This can be verified from https://github.com/pytorch/vision/blob/master/test/test_ops.py#L186 and https://github.com/pytorch/vision/blob/master/test/test_ops.py#L390