summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Move AlignOf, SmallVector and ArrayRef to c10.Edward Yang1-1/+1
2018-11-13Unpin Sphinx. (#13831)Edward Yang1-1/+1
2018-11-12Add torch.multiprocessing.spawn docsPieter Noordhuis1-0/+33
2018-11-12Add matplotlib to docs/requirements.txt (#13828)Pieter Noordhuis1-0/+1
2018-11-08update range doc (#13730)Elias Ellison1-2/+3
2018-11-07speed up torch.sparse_mask() cpu kernel (#13290)Wei Yang1-0/+1
2018-11-07Remove outdated css and font files in html docs (#13699)Brendan Soffientini1-2/+0
2018-11-07Rename DistBackend -> Backend (#11830)Tongzhou Wang1-5/+20
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-11-05Add diag_embed to ATen and torch (#12447)Thomas Viehmann2-0/+2
2018-11-01Rename potrf to cholesky (#12699)vishwakftw2-0/+2
2018-10-31Docs/cpp misc features and fixes (#12914)sven3-4/+11
2018-10-29Hub Implementation (#12228)Ailing Zhang2-0/+7
2018-10-26dense.to_sparse() re: #8853 (#12171)Doug Friedman1-0/+1
2018-10-26Create FAQ (#13129)Peter Goldsborough2-0/+35
2018-10-24Move Device and DeviceType to c10Edward Yang1-2/+2
2018-10-23Add Google pixel codePat Mellon1-0/+1
2018-10-23Added a default constructor for torch.finfo.Benoit Steiner1-0/+3
2018-10-22Credits to Exhale in cppdocs (#12926)Peter Goldsborough1-0/+8
2018-10-22Fix doxygen checkPeter Goldsborough1-1/+2
2018-10-21Add DistributedDataParallelCPU to docTongzhou Wang1-0/+6
2018-10-18Try to fix randomness.rst formatting againTongzhou Wang1-0/+2
2018-10-18Fix randomness.rst formattingTongzhou Wang1-1/+1
2018-10-17remove ATen/Error.h and ATen/core/Error.h (#12792)Yangqing Jia1-1/+1
2018-10-16Amend nondeterminism notes (#12217)Thomas Viehmann4-2/+25
2018-10-15torch.finfo and torch.iinfo to mimic the numpy equivalent (#12472)Benoit Steiner2-0/+51
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-15Rewrite http://pytorch.org -> https://pytorch.org throughout project (#12636)Evan Klitzke1-1/+1
2018-10-13Some documentation fixes (#12521)Peter Goldsborough3-9/+10
2018-10-12don't copy weight gradients in rnn (#12600)Natalia Gimelshein1-0/+9
2018-10-12Introduce chain_matmul (#12380)vishwakftw1-0/+1
2018-10-09typo: Aten.h -> ATen.h in cppdocsGao, Xiang1-1/+1
2018-10-09Fix tensor doc (#12469)Peter Goldsborough1-2/+2
2018-10-04move flags to c10 (#12144)Yangqing Jia1-1/+1
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-29fix docs (#12126)Wei Yang2-0/+7
2018-09-28Docs: Change cuda(async) —> cuda(non_blocking) (#12158)cclauss1-3/+4
2018-09-26Better high level C++ documentation (#12079)Peter Goldsborough7-23/+437
2018-09-26add narrow() support for sparse tensors re: #8853 (#11342)Doug Friedman1-0/+1
2018-09-21Fixes an error with canonical url. (#11938)Brian Johnson1-0/+8
2018-09-20Updated docs styles (#11835)Brian Johnson2-10/+4
2018-09-19Minor data loader doc improvementsTongzhou Wang1-1/+1
2018-09-18Polish CPP docs, Minor Python Docs Fixes (#11722)sven11-2066/+204
2018-09-17Include some JIT things in C++ docs (#11712)Peter Goldsborough2-2/+7
2018-09-17Fixes for Torch Script C++ API (#11682)Peter Goldsborough1-5/+6
2018-09-14Document the Sequential module (#11648)Peter Goldsborough1-2/+2