Out option for operators

Hello,
I wanted to know how to find out which operator supports “out” option?

for e.g. clamp does torch.clamp — PyTorch 1.10.0 documentation
while silu don’t SiLU — PyTorch 1.10.0 documentation

is there any rule on which it depends or something?