Bicubic interpolate

In the torch.nn.functional.py, interpolate function’s Args:The modes available for resizing are: nearest, linear (3D-only), bilinear, bicubic (4D-only), trilinear (5D-only). But it don’t support bicubic, why? I take a test,it runs error.