summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Guard {set,rebase}_history on grad_fn check (#19623)James Reed1-8/+7
2019-04-23Add base support to torch.logspace, default base=10 (#19542)Phúc Lê1-2/+6
2019-04-23fix nn.Sequential docTongzhou Wang1-5/+0
2019-04-23Port adaptive_max_pool3d() to ATen (#19547)Stefan Krah1-1/+0
2019-04-23add torch.tensor requires grad (#19445)Elias Ellison4-263/+354
2019-04-23Fix lack of state init for adagrad and add share_memory flag (#17679)Kaiyu Shi1-7/+26
2019-04-23dispatch max_pools with no indices, expose max_pools to torch namespace (#19449)Wanchao Liang2-104/+69
2019-04-23Only require python print on certain namespaces (#19383)Bram Wasti1-1/+10
2019-04-23Fix the Division by Zero Bug of CosineAnnealingLR (#19180)Chandler Zuo1-1/+10
2019-04-23Fix the documentation for BCEWithLogitsLoss (#17218, #16804) (#19212)Vadim Velicodnii1-6/+19
2019-04-23fix the docstring of `RandomSampler` (#19113)crcrpar1-6/+8
2019-04-23Add docs and test guaranteeing indices from torch.nonzero ordered C-style (#1...jhultman1-1/+2
2019-04-23Fix lr_scheduler's last_epoch value at the time of initialization (BC BREAKIN...Bado Lee1-5/+5
2019-04-23Removes variable which is assigned but not used (#19194)SebFar1-1/+0
2019-04-23add torch.cuda.synchronize(device=None) (#19573)SsnL2-16/+24
2019-04-23Port adaptive_max_pool2d() to ATen (#19409)Stefan Krah1-1/+0
2019-04-23Fix math formatting of PairwiseDistance and CosineSimilarity docs and fix mat...zhiqiang2-10/+14
2019-04-22Revert D15039713: [pytorch][PR] add torch.tensor requires gradMichael Suo4-354/+263
2019-04-22Bugfix for fusion device check (#19594)James Reed1-1/+1
2019-04-22add torch.tensor requires grad (#19445)Elias Ellison4-263/+354
2019-04-22Add onnx support for _unique2 operatorVitaly Fedyunin1-0/+7
2019-04-22Don't create FusionGroups for known-CPU producer values (#19342)James Reed2-13/+22
2019-04-22IRParser: optionally create name->value map of the parsed IR. (#19551)Mikhail Zolotukhin2-6/+33
2019-04-22Profiling : Adding Profile Op to provide storage for profiling lambdasNikolay Korovaiko5-23/+40
2019-04-22Add manual_seed in script (#19510)Elias Ellison2-0/+9
2019-04-22Rename potri to cholesky_inverse (#19498)vishwakftw4-75/+102
2019-04-21Generate only one Type class per backend (#19295)Roy Li14-90/+73
2019-04-21Make complex its own backend (#19275)Roy Li1-0/+3
2019-04-21Add ScalarType argument to Type::options() (#19270)Roy Li11-43/+50
2019-04-21Fix clang-format. (#19550)Mikhail Zolotukhin1-7/+8
2019-04-21Fix some typos in jit READMEShen Li1-18/+18
2019-04-20Revert D14689639: [pytorch] Allow passing lists as trace inputs.Michael Suo2-66/+11
2019-04-19Make finding unused model parameters optional (#19515)Pieter Noordhuis3-12/+62
2019-04-19Add minimalistic implementation of subgraph matcher. (#19322)Mikhail Zolotukhin3-0/+249
2019-04-19First step at container aliasing (#18710)eellison4-14/+167
2019-04-19Allow passing lists as trace inputs.Eric Faust2-11/+66
2019-04-19Allow for segmented printing in PythonPrint (#19238)Michael Suo1-40/+45
2019-04-19add resolveType to Resolver (#19237)Michael Suo7-3/+31
2019-04-19Turn resolver into a class (#19236)Michael Suo13-82/+170
2019-04-19Remove uses of TypeID (#19452)Roy Li3-13/+14
2019-04-19Expose QScheme in frontend (#19381)Jerry Zhang1-0/+21
2019-04-19Fix ord() when dealing with utf8 chars (#19423)David Riazati1-1/+2
2019-04-19Fix copied optimizer (#19308)barrh1-0/+1
2019-04-19Add an identity module (#19249)MilesCranmer2-2/+27
2019-04-19Fix missing doc out= for torch.cumprod (#19340)Bharat123rox1-1/+3
2019-04-18Clean the onnx constant fold code a bit (#19398)Lu Fang3-82/+100
2019-04-18Allow passing dicts as trace inputs. (#18092)Eric Faust9-26/+167
2019-04-18Strip doc_string from exported ONNX models (#18882)Lara Haidar-Ahmad4-11/+22
2019-04-18Fix missing import sys in pin_memory.py (#19419)SsnL1-0/+1
2019-04-18update documentation of PairwiseDistance#19241 (#19412)Ran1-12/+2