forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Hacking the codebase
Prasun Anand edited this page Jul 22, 2019
·
22 revisions
- https://pytorch.org/blog/a-tour-of-pytorch-internals-1/
- https://pytorch.org/blog/a-tour-of-pytorch-internals-2/
- http://blog.ezyang.com/2019/05/pytorch-internals/
- https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md
- Libtorch => https://github.com/pytorch/pytorch/blob/master/docs/libtorch.rst Note: Method2 is more viable here.
Setup.py ==>
Initialization of torch._C Link Notice the method list defined here and how methods are appended to the module Link
Implementation of torch.tensor
Torch Random Number Generators