List of ops supported for ONNX export

I am trying to find out which PyTorch ops are supported for ONNX export in the latest master. I see that there are ops listed on this page:
https://pytorch.org/docs/master/onnx.html

Is this an up-to-date list or is there some other place or way I can find the updated list?

Thanks.