View tensor operation documentation/implementation

I want to take a deeper look at what my model is doing. Where can I find documentation or implementation on how different operators work? I see a lot of inplace operators (like aten::copy_) in my model after converting to TorchScript.