PartialConv2d in PyTorch

Is it possible to have PartialConv2d (NVIDIA implementation) as part of the standard torch library?

Link: partialconv/partialconv2d.py at master · NVIDIA/partialconv · GitHub

The PartialConvXd layers seem to be defined directly in Python, so copy/pasting them should work. What would be the benefit to add these layers to PyTorch?