Where is PyTorch source code for bilinear interpolation for image resizing? Interested to code it from scratch

The CUDA code for upsample_bilinear2d should be located here.