I am currently trying to understand the PyTorch codebase. For now, the implementations of the Linear layer, for example, are described by these two files in GitHub repos, but I can’t understand how the operations are stored for the computational graph.
Thanks for the response the articles are very interesting in fact what i am interested in is knowing at a deep level the in and out of pytorch as i wan to go from a intermediate level into upper intermediate in both pytorch and deep learning