this repo is a minimal work version of pytorch, to help researcher and engineer gain a better understanding
- the big picture of conceptual structure in pytorch
- how a tensor is represented and operated in memory with effciency
- the dispatcher: how to make different version of operators work.