summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2019-04-06add SyncBatchNorm to docs (#18988)Soumith Chintala1-0/+6
2019-04-05Add numpy like repeat as torch.repeat_interleave (#18395)Gao, Xiang2-0/+2
2019-04-05Checkout pytorch_sphinx_theme with https. (#18859)Edward Yang1-1/+1
2019-04-04fix lint in optim docTongzhou Wang1-2/+2
2019-04-04Fix typoWanwannodao1-1/+1
2019-04-03Allow ints, floats, and tensors in conditional (#18755)Elias Ellison1-0/+3
2019-04-03QTensor (#18230)Jerry Zhang1-0/+4
2019-03-31Delete duplicated technical content from contribution_guide.rst (#18628)Edward Yang1-565/+0
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang2-4/+1
2019-03-29Add named submodule support to nn::Sequential (#17552)Will Feng1-0/+1
2019-03-29Rename `btriunpack` to `lu_unpack` (#18529)Vishwak Srinivasan1-0/+1
2019-03-29Rename `btrifact*` to `lu` (#18435)Vishwak Srinivasan2-0/+2
2019-03-27Adds Cyclical Learning Rate and Momentum (#18001)Sam Pepose1-0/+2
2019-03-27Generate sphinx docs with secure content. (#18508)Paul O’Shannessy1-1/+1
2019-03-27Upgrade flake8-bugbear to master, fix the new lints. (#18507)Edward Yang2-2/+2
2019-03-26Add section about .code to docsJames Reed1-5/+50
2019-03-26Add some missing docs for tensor methods and attributes, new unittest to enfo...Xiang Gao1-1/+32
2019-03-26Add Google tag (#17690)Pat Mellon1-0/+12
2019-03-26Introduce SobolEngine (#10505)vishwakftw1-0/+7
2019-03-25Change deprecated IntList to IntArrayRefXiang Gao1-5/+5
2019-03-25Implement reference counting for shared IPC CUDA tensors (#16854)Vitaly Fedyunin1-47/+55
2019-03-21Cleanup TorchScript rst docs (#18234)David Riazati1-58/+103
2019-03-21Rename trtrs to triangular_solve (#18213)vishwakftw2-0/+2
2019-03-21Fix contribution_guide docs (#18237)kshitij123451-2/+2
2019-03-18Rename gesv to solve (#18060)Vishwak Srinivasan2-0/+2
2019-03-14Fix typo (#17949)Johannes M Dieterich1-1/+1
2019-03-14Add magma debug version for Windowspeter1-2/+4
2019-03-13fix punctuationlivc1-1/+1
2019-03-11Add PyTorch Governance, Contributor Guide, and List of Persons of InterestEric Nakagawa4-0/+1207
2019-03-10fix faq typoTongzhou Wang1-3/+3
2019-03-06Enable using CMD when building cpp extensions on Windowspeter1-3/+1
2019-03-05fix typo in hub docTongzhou Wang1-4/+4
2019-03-01Update magma to 2.5.0 for Windowspeter1-3/+3
2019-02-25upload alias tracker graph for docs (#17476)Michael Suo1-0/+0
2019-02-24add debug/release tip to cpp docs (#17452)Michael Suo1-0/+5
2019-02-22fix code block typovfdev1-0/+1
2019-02-21Add dict to docsDavid Riazati1-10/+24
2019-02-20improve libtorch install docs with GPU note (#17299)Soumith Chintala1-0/+2
2019-02-15Move outplace ops to ATen (#16788)Xiang Gao1-0/+8
2019-02-15one_hot docs missing (#17142)Krishna1-5/+5
2019-02-15Add some missing docs to torch.rst, new unittest to enforce torch.rst no long...Xiang Gao1-0/+4
2019-02-09Fix the error in the note about `torch.device` documentation. (#16839)Jiren Jin1-1/+1
2019-02-07doc updates for TorchScript (#16866)Michael Suo1-5/+38
2019-01-30add example multiprocess code (#16345)Ailing Zhang1-9/+51
2019-01-25Update Documentation for Optionals (#16380)Elias Ellison1-1/+30
2019-01-24Update docs to include variable annotation example (#16324)Sidney Zhang1-1/+34
2019-01-24Directly include headers from ATen.Mikhail Zolotukhin1-1/+1
2019-01-23fix sigma in the middle of when word (#16227)Armaan Sethi1-1/+1
2019-01-23Typos and broken RSTs fixed in torch.distribution (#16136)Derek Kim1-0/+9
2019-01-21cpp doc fix (#16221)Will Feng2-9/+7