'How do I find an Op implementation in Pytorch repo

Could someone guide me as to how I can find an Operator source code in https://github.com/pytorch/pytorch ?

I know I can find the implementation in pytorch docs. Say for instance I want the source code for empty_like, eye, or any other such implementation. Please tell me if there is a format in which they are organized in the repo to get to the source code.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source