forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Torch : Hacking with C APIs
Prasun Anand edited this page Sep 2, 2019
·
1 revision
Checkout this section: https://pytorch.org/cppdocs/
In addition to the C++ frontend contained in csrc/api/include
, torch supports
- ATen/ATen.h
- torch/csrc/autograd/variable.h torch/csrc/autograd/variable.h
- torchscript (explore later)
- C++ extensions (explore later)
The C++ frontend APIs are not required to be understood for working with Python bindings(as I suppose). It just abstracts the C++ functionalities offered by Pytorch.