summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Updating submodulessvcscm1-0/+0
2019-03-12Eliminate the use of Type. (#17804)jainkunal30041-2/+2
2019-03-12Make Variable::set_data non-const; cosmetic fixes.Dan Povey2-7/+11
2019-03-12remove warning for upsample code (#17921)Ailing Zhang1-1/+0
2019-03-12Optimize TileOp (#17290)Xiaomeng Yang3-229/+315
2019-03-12Optimize channel_stats_op (#16243)Xiaomeng Yang8-230/+249
2019-03-12enable shape inference for elementwise operators (#17885)Hector Yuen1-6/+7
2019-03-12Remove remaining test jit expects redux (#17924)Elias Ellison18-329/+205
2019-03-12Handle Scalars Better (#17875)Elias Ellison6-38/+106
2019-03-12Fixed a formatting issue in doc comments (#17505)Brian Johnson1-4/+4
2019-03-12Add nbytes, itemsize, element_size to at::Tensor. (#17810)Edward Yang3-2/+43
2019-03-12Fix lint in test_distributions.pyEdward Yang1-3/+3
2019-03-12Fix lint in test_jit.pyEdward Yang1-1/+1
2019-03-12Fix lint errors in test_autogradEdward Yang1-6/+6
2019-03-12Added a few extra python bindings to help with walking the IR graph from Pyth...Andras Tantos2-2/+62
2019-03-12kthvalue consistency with sort in the presence of NaN (#17824)Thomas Viehmann6-21/+58
2019-03-12Fix minor grammatical mistakes in torch/nn/modules/loss.py (#17892)joy1-17/+17
2019-03-12Remove (almost all) TensorOptions from native_functions.yaml (#17385)Christian Puhrsch8-86/+242
2019-03-12Restore full Windows tests (#17102)Karl Ostmo1-3/+3
2019-03-12Prevent VS2017 from emitting ambiguous symbol errors (second time)peter2-15/+15
2019-03-12Fix windows test hang (#17778)xuzhu1-16/+29
2019-03-12torch.btrifact for tensors with greater than 3 dimensions (#14964)vishwakftw14-269/+262
2019-03-11Small clean up of aten_opRoy Li2-53/+6
2019-03-11add support for parsing class defs to the string frontend (#17628)Michael Suo5-0/+61
2019-03-11add test for out of order methods (#17624)Michael Suo1-0/+20
2019-03-11initializing class value (#17585)Michael Suo11-45/+83
2019-03-11Remove unused parameter in ProcessGroupGloo (#17718)Pieter Noordhuis3-13/+2
2019-03-11Revert D14414435: [pytorch][PR] Remove remaining IR Expect filesElias Ellison19-205/+358
2019-03-11Remove remaining IR Expect files (#17886)Elias Ellison19-358/+205
2019-03-11Bool tensor creation (cpu) (#17376)Iurii Zdebskyi24-75/+190
2019-03-11Remove device guard from TypeDefault::copy()Roy Li1-3/+2
2019-03-11re-enable torch.split tests (#17859)Michael Suo1-3/+8
2019-03-11Fix lint in test_dataloader.pyEdward Yang1-7/+7
2019-03-11Optimize fused_dropout_kernel launch bounds for AMD hardwareJohannes M Dieterich1-1/+3
2019-03-11Deprecate torch.pstrf (#17866)Vishwak Srinivasan4-52/+58
2019-03-11Allow structseq to be input of operators where tuple is expected (#17208)Gao, Xiang5-27/+42
2019-03-11Add PyTorch Governance, Contributor Guide, and List of Persons of InterestEric Nakagawa4-0/+1207
2019-03-11Fix compilation error (#17860)Yinghai Lu2-26/+22
2019-03-11Revert D14392864: Fix lint in test_dataloader.pyEdward Yang1-7/+7
2019-03-11Removed dead code from THTensorMath.h (#17769)Iurii Zdebskyi5-123/+0
2019-03-11Introducing array-like sequence methods __contains__ (#17733)bhushan2-0/+23
2019-03-11Revert "Add check for x64 Python before setup (#17707)" (#17864)peter1-5/+0
2019-03-11Registering of kl-divergence for independent distribution (#17681)Nicki Skafte2-0/+11
2019-03-11Fix lint in test_dataloader.pyEdward Yang1-7/+7
2019-03-10Further improvements of nn.container docsTongzhou Wang1-18/+39
2019-03-10fix faq typoTongzhou Wang1-3/+3
2019-03-10Fix log_softmax and softmax if any dimension is 0-d (#17651)bhushan2-4/+17
2019-03-10Correct loss docstrings (#17300)ZhuBaohe2-259/+280
2019-03-10When openblas exists, "OpenBLAS_FOUND" is defined, rather than "OPENBLAS_FOUN...HE, Tao1-1/+1
2019-03-10Passing indices as a list to Subset instead of Tensor (#17649)bhushan2-1/+24