This is my attempt at replicating the Extending PyTorch Tutorial.
My goal here is to understand the following:
- When should I extend PyTorch using C++.
- How should I extend PyTorch using C++.
These goals are instrumental goals for implementing a function that will generate k_hop subgraphs of a single graph as implemented in Structure-Aware Transformer.