Where to PrimTorch's operator list?

I have read about Torch’s primitive operations in several places, including blog posts, but I have never seen a full list of the ~250 operations. I am doing some low level code analysis and a list like this would be useful. Any pointers would be greatly appreciated

Thanks

This is probably your best bet IRs — PyTorch master documentation

1 Like

Ah that will suffice, thank you! I had seen that page once before, but could not find it again. However, there are only about 120 operators there, is the ~250 number no longer accurate?