summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Add cuda.reset_max_memory_* (#15985)SsnL2-4/+6
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-08Revert "remove use of tmp_install" (#15847)andersj1-0/+23
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
2019-01-07Add is_floating_point to docs (#15704)vishwakftw3-0/+5
2019-01-04remove use of tmp_installandersj1-23/+0
2018-12-30Fix typo in documentationAlexander Rodin1-1/+1
2018-12-27Update cuda.get/set_rng_state doc (#14324)SsnL1-0/+2
2018-12-25remove legacy from docs (#15112)Soumith Chintala2-5/+0
2018-12-25Use at::zeros instead of torch::zeros in non-differentiable example (#15527)Alexander Rodin1-1/+1
2018-12-24Allow converting char tensor to numpy; add [fi]info.min (#15046)SsnL1-4/+6
2018-12-23Add torch.rot90 to torch.rstGao, Xiang1-0/+1
2018-12-20Add at::one_hot (#15208)Gao, Xiang1-0/+5
2018-12-19Fix documentation (#15372)Benoit Rostykus1-1/+1
2018-12-19Rename potrs to cholesky_solve (#15334)vishwakftw2-0/+2
2018-12-15Delete ffi documentation (#15220)Krishna Kalyan2-7/+0
2018-12-14Fix jit doc codeblocks and tables (#15227)David Riazati1-16/+15
2018-12-12Add script standard library documentation + cleanup (#14912)David Riazati1-7/+20
2018-12-12Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248)Edward Yang1-2/+2
2018-12-11Stashing checkpointing RNG states based on devices of arg tensors (#14518)Michael Carilli1-2/+10
2018-12-10s/Torch Script/TorchScript/g (#15011)Michael Suo1-35/+35
2018-12-07Update graph printouts in JIT docs (#14914)James Reed1-75/+73
2018-12-07Improve hub documentation (#14862)Ailing Zhang1-0/+95
2018-12-07Expose torch.roll function and method (#14880)vishwakftw2-0/+2
2018-12-05Optimize images (#14084)Xiang Gao3-0/+0
2018-12-05Remove outdated css file and refs in cpp conf.py (#14779)Brendan Soffientini2-122/+1
2018-12-05Update magma to 2.4.0 for Windowspeterjc1231-3/+3
2018-12-04Making dist.get_default_group private for PT1 release (#14767)Teng Li1-2/+0
2018-12-03sparse.mm(), reland #14526 (#14661)Wei Yang1-0/+1
2018-11-30Revert D13252990: [pytorch][PR] [sparse] sparse.mm(S, D)Alyssa Wang1-1/+0
2018-11-30sparse.mm(S, D) (#14526)Wei Yang1-0/+1
2018-11-30Remove OptionsGuard from ATen (#14524)Peter Goldsborough1-1/+0
2018-11-29Misc distributed documentation updates (#14605)Pieter Noordhuis1-44/+44
2018-11-29PT1 distributed doc update (#14530)Teng Li1-8/+4
2018-11-28Update Tensor doc (#14339)albanD2-5/+4
2018-11-28torch.sparse.sum() (#12430)Wei Yang1-0/+8
2018-11-28PT1 Stable Release Distributed Documentation (#14444)Teng Li1-13/+123
2018-11-27fix doc for sparse.addmm (#14403)Wei Yang1-1/+1
2018-11-27Add variable_factories.h to cppdocs (#14381)Peter Goldsborough3-18/+39
2018-11-26backward for sparse.addmm(D, S, D, alpha, beta) -> D (#13345)Wei Yang1-0/+5
2018-11-23Option to preserve bitwise accuracy of gradient checkpointed vs non-checkpoin...Michael Carilli1-0/+14
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-13Unpin Sphinx. (#13831)Edward Yang1-1/+1
2018-11-12Add torch.multiprocessing.spawn docsPieter Noordhuis1-0/+33