Compilable/Optimizable operators in PyTorch

Hi PyTorch! I am wondering if there is any systematic way of getting a list of optimizable PyTorch operations in PyTorch JIT which will be helpful for building automatic testing tools. Thanks!