summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Adding support for 0-d tensor for transpose (.t()) (#17535)bhushan1-2/+13
2019-02-28Allow exposing caffe2 operators with variable number of input tensors to c10 ...Sebastian Messmer1-4/+11
2019-02-28Add generic list/dict custom op bindings (#17587)David Riazati3-1/+43
2019-02-28Fix Python device type property for XLA and MSNPUAlex Şuhan4-12/+2
2019-02-28Rely on numel() == 1 to check if distribution parameters are scalar. (#17503)Morgan Funtowicz1-1/+1
2019-02-28fix reordering of inlines (#17557)Zachary DeVito1-15/+66
2019-02-28Customize the printing of namedtuple return (#17136)Xiang Gao4-0/+133
2019-02-28Revert D14231251: [jit] alias_analysis refactorMichael Suo7-534/+495
2019-02-28alias_analysis refactor (#17511)Michael Suo7-495/+534
2019-02-28allow "before" and "after" alias annotations (#17480)Michael Suo3-6/+31
2019-02-27convolution/matmul/dropout (#17523)Ailing Zhang4-35/+104
2019-02-27disallow shape analysis with resize ops (#17518)Elias Ellison5-17/+74
2019-02-27ONNX Export Adaptive PoolingLara Haidar1-8/+41
2019-02-27Add sparse gradient option to `gather` operation (#17182)Natalia Gimelshein3-4/+15
2019-02-27add elastic zeus handler (#16746)Jane Wang1-1/+8
2019-02-26Fix autograd with buffers requiring grad in DataParallel (#13352)Tongzhou Wang1-10/+34
2019-02-26Fix linking errors when building dataloader test binaries on Windows (#17494)peter1-2/+2
2019-02-26Fix typohysts2-2/+2
2019-02-26Bump up the ONNX default opset version to 10 (#17419)Lu Fang1-7/+12
2019-02-26new batch of expect file removalsElias Ellison1-5/+11
2019-02-26user defined types (#17314)Michael Suo21-55/+431
2019-02-26add mutability to docs (#17454)Michael Suo1-1/+96
2019-02-25Temporarily disable select/topk/kthvalue AD (#17470)Ailing Zhang1-29/+30
2019-02-25Missing argument description (value) in scatter_ function documentation (#17467)Krishna Kalyan1-1/+4
2019-02-25simplify aliasdb interface (#17453)Michael Suo3-7/+19
2019-02-25Restore current streams on dst device after switching streams (#17439)Shen Li1-2/+11
2019-02-25Fix variable checking in THCPModule_setRNGState (#17474)Will Feng1-2/+2
2019-02-25Fix reduction='none' in poisson_nll_loss (#17358)vishwakftw1-2/+5
2019-02-25Fix remaining -Wreturn-std-move violations in fbcode (#17308)Michael Liu1-1/+1
2019-02-23Add example to WeightedRandomSampler doc string (#17432)Krishna Kalyan1-1/+7
2019-02-23Revert D14095703: [pytorch][PR] [jit] Add generic list/dict custom op bindingsMichael Suo3-31/+1
2019-02-23Jaliyae/chunk buffer fix (#17409)Jaliya Ekanayake1-0/+8
2019-02-23fix(typo): Change 'integeral' to 'integer'Olen ANDONI1-3/+3
2019-02-22Batch of Expect Files removal (#17414)eellison3-11/+29
2019-02-22jit technical docs - parts 1, 2, and most of 3 (#16887)Zachary DeVito1-72/+1024
2019-02-22Preserve names when converting to/from NetDef.Mikhail Zolotukhin1-1/+34
2019-02-22Add generic list/dict custom op bindings (#17037)David Riazati3-1/+31
2019-02-22Improvements for current AD (#17187)Ailing Zhang3-146/+553
2019-02-22Bump up the producer version in ONNX exporterLu Fang1-1/+2
2019-02-22list add insert and remove (#17200)Michael Kösel1-8/+84
2019-02-22Lazily load libcuda libnvrtc from c++ (#17317)Zachary DeVito12-105/+149
2019-02-22Refactor Type Parser b/w Schemas & IRParser into a type common parser (#17383)Elias Ellison9-178/+283
2019-02-22add the support for stable ONNX opsets in exporter (#16068)Lu Fang2-13/+38
2019-02-22Fix DataParallel(cpu_m).cuda() not working by checking at forward (#17363)Tongzhou Wang1-5/+18
2019-02-22Rename BatchNorm running_variance to running_var (#17371)Will Feng2-4/+4
2019-02-21Add LSTM to standard library (#15744)David Riazati7-29/+170
2019-02-21Dict mutability (#16884)David Riazati3-8/+25
2019-02-21Fix Insert Constant Lint Fail (#17316)Elias Ellison1-1/+3
2019-02-21Partial support for kwarg_only arguments in script (#17339)Zachary DeVito6-31/+63
2019-02-21Add Value::isValidName method. (#17372)Mikhail Zolotukhin3-13/+24