Does jit support TORCHVISION.OPS.ROI_ALIGN?

After making a pt file using torch.jit.trace(), I tried to load it in QT with C++ but I met the problem:

Could not find any similar ops to torchvision::roi_align. This op may not exist or may not be currently supported in TorchScript.

Does not torch support roi_align()?

Please help me to solve it if you have any idea.