Where can I get all the `operators` of torch?

Hi, guys.
I want to know how to collect all the operators of torch (torch.nn.Conv2d, torch.clamp, etc.)

NOT include other APIs like torch.utils.model_zoo.load_url

Thx in advance

I mean where can I get all these ops below

@Chillee created this figure in this post, but I’m unsure if the scripts to create the data are available.

1 Like