Default interpolation parameters in RoiAlign

Search returns the C implementation of RoI Align interpolation, which seems to use bilinear interpolation by default (vision/roi_align_kernel.cu at 35d1d9d3f01016c65ac7f3d0700d2474929acdea · pytorch/vision · GitHub), but I still can’t get other parameters from this method (torch.nn.functional.interpolate — PyTorch 1.13 documentation), scale_factor or align_corners. Are they the same as in the default, i.e. None and None?