summaryrefslogtreecommitdiff
path: root/docs/cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-21cpp doc fix (#16221)Will Feng2-9/+7
2019-01-18Remove ATen/Half.h and ATen/core/Half.h forwarding headers.Edward Yang1-1/+1
2019-01-10Move files to/from c10/core and c10/util (#15316)Sebastian Messmer1-2/+2
2019-01-10Extend note about contributing to the C++ frontend (#15902)Peter Goldsborough1-2/+13
2019-01-07Fix C++ Frontend example in frontend.html (#15717)Peter Goldsborough1-36/+43
2019-01-07Fix restructured text issue in tensor_basics.rst (#15701)Peter Goldsborough1-2/+2
2018-12-25Use at::zeros instead of torch::zeros in non-differentiable example (#15527)Alexander Rodin1-1/+1
2018-12-19Fix documentation (#15372)Benoit Rostykus1-1/+1
2018-12-12Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248)Edward Yang1-2/+2
2018-12-05Remove outdated css file and refs in cpp conf.py (#14779)Brendan Soffientini1-4/+1
2018-11-30Remove OptionsGuard from ATen (#14524)Peter Goldsborough1-1/+0
2018-11-27Add variable_factories.h to cppdocs (#14381)Peter Goldsborough3-18/+39
2018-11-16Fix docs/cpp/requirements.txt (#14121)Peter Goldsborough1-1/+1
2018-11-15Revert "Remove OptionsGuard from ATen (#13738)" (#14082)Your Name1-0/+1
2018-11-15Remove OptionsGuard from ATen (#13738)Peter Goldsborough1-1/+0
2018-11-15Updating C++ documentation to PyTorch theme. (#13791)Brian Johnson2-4/+5
2018-11-14Move AlignOf, SmallVector and ArrayRef to c10.Edward Yang1-1/+1
2018-11-06Use torch:: instead of at:: in all C++ APIs (#13523)Peter Goldsborough2-6/+6
2018-11-05Remove ATen/README.md in favor of cppdocs/notes/tensor_basics.rst (#13601)Peter Goldsborough1-0/+112
2018-11-05Note on Tensor CreationPeter Goldsborough4-5/+363
2018-10-31Docs/cpp misc features and fixes (#12914)sven3-4/+11
2018-10-26Create FAQ (#13129)Peter Goldsborough2-0/+35
2018-10-24Move Device and DeviceType to c10Edward Yang1-2/+2
2018-10-22Credits to Exhale in cppdocs (#12926)Peter Goldsborough1-0/+8
2018-10-22Fix doxygen checkPeter Goldsborough1-1/+2
2018-10-17remove ATen/Error.h and ATen/core/Error.h (#12792)Yangqing Jia1-1/+1
2018-10-15Emphasize that the /path/to/libtorch must be absolute (#12660)Peter Goldsborough2-3/+3
2018-10-15Use branch of exhale that fixes overloads (#12668)Peter Goldsborough1-1/+1
2018-10-13Some documentation fixes (#12521)Peter Goldsborough3-9/+10
2018-10-09typo: Aten.h -> ATen.h in cppdocsGao, Xiang1-1/+1
2018-10-09Fix tensor doc (#12469)Peter Goldsborough1-2/+2
2018-10-02Fix for LibTorch download link (#12263)Peter Goldsborough1-1/+1
2018-09-30Temporary fix for LibTorch download link (#12212)Peter Goldsborough1-4/+3
2018-09-26Better high level C++ documentation (#12079)Peter Goldsborough7-23/+437
2018-09-18Polish CPP docs, Minor Python Docs Fixes (#11722)sven9-2056/+186
2018-09-17Include some JIT things in C++ docs (#11712)Peter Goldsborough2-2/+7
2018-09-14Document the Sequential module (#11648)Peter Goldsborough1-2/+2
2018-09-10Ignore functional doc errorPeter Goldsborough1-0/+1
2018-09-07Doc improvements (#11347)Peter Goldsborough1-1/+1
2018-09-07Remove methods that start with an underscore from at::Tensor (#11152)Peter Goldsborough1-1/+0
2018-09-06Add include path to Doxygen preprocessing and add some documentation (#11313)Peter Goldsborough2-2/+7
2018-09-05Small fixes to cppdocs for sync script (#11300)Peter Goldsborough2-3/+2
2018-09-05Check doxygen output in travis (#11124)Peter Goldsborough2-445/+35
2018-09-04Improve docs for torch::nn::Module (#11115)Peter Goldsborough1-1/+1
2018-08-17Basic infrastructure for C++ documentation (#10569)Peter Goldsborough8-0/+2767