summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Automatic update of fbcode/onnx to 822d8df0a2a32233c6022f50a158817a0f19bdc7 (...Lu Fang1-0/+0
2019-02-06Adding torch/lib64 in .gitignore for ppc64le CI build to pass (#16782)Freddie Mendoza1-0/+1
2019-02-06Revert D13854304: [redo][c10] LayerNorm Registration ExampleEdward Yang4-33/+3
2019-02-06Revert D13855525: [c10] Expose RoIAlign to torchEdward Yang4-72/+2
2019-02-06Revert D13856086: [c10] Expose GenerateProposals to torchEdward Yang4-71/+4
2019-02-06Revert D13864292: [c10] Expose BBoxTransform to pytorchEdward Yang4-130/+2
2019-02-06Revert D13865221: [c10] Expose BoxWithNMSLimitEdward Yang4-99/+2
2019-02-06Revert D13866214: [c10] Expose HeatmapMaxKeypoints to torchEdward Yang4-79/+2
2019-02-06Fix pip list format in collect_env (#16798)Rodrigo Berriel1-1/+1
2019-02-06disable default system-wide detection of gflags, glog, opencv, lmdb, leveldb ...Soumith Chintala1-5/+5
2019-02-05fix BUILD_CAFFE2_OPSZachary DeVito1-1/+5
2019-02-05Remove unnecessary typing import. (#16777)Edward Yang1-1/+0
2019-02-05Fix alias analysis for fork/wait (#16671)Michael Suo6-186/+425
2019-02-05changes to apply xla patch (#16781)Ailing Zhang1-1/+1
2019-02-05Tensor construction codemod (#16568)Jerry Zhang7-34/+28
2019-02-05Warn when tracing legacy constructorsDavid Riazati4-0/+18
2019-02-05Use torch.zeros for nn.LSTMDavid Riazati1-3/+3
2019-02-05Set SCCACHE_IDLE_TIMEOUT=1200 (#16728)Roy Li1-1/+3
2019-02-05Document hip-clang and its __HIP__ macro (#16771)Johannes M Dieterich4-0/+17
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang169-1190/+1195
2019-02-05dict values(), keys(), and len() (#16629)David Riazati7-19/+185
2019-02-05Automatic update of fbcode/onnx to bfa8b335ab6d1ed7b688dc2ec96421a3fe9e644c (...Lu Fang1-0/+0
2019-02-05Fix commit races on binary CI on master PR-merges (#16773)Jesse Hellemn1-0/+6
2019-02-05Expose HeatmapMaxKeypoints to torch (#16528)Bram Wasti4-2/+79
2019-02-05Expose BoxWithNMSLimit (#16529)Bram Wasti4-2/+99
2019-02-05Expose BBoxTransform to pytorch (#16530)Bram Wasti4-2/+130
2019-02-05Expose GenerateProposals to torch (#16477)Bram Wasti4-4/+71
2019-02-05Expose RoIAlign to torch (#16476)Bram Wasti4-2/+72
2019-02-05LayerNorm Registration Example (#16478)Bram Wasti4-3/+33
2019-02-05Enable undefined at::Tensor to be passed as Output (#16730)Bram Wasti3-4/+5
2019-02-05Add XLA / TPU device type, backend type and type id (#16763)Alex Şuhan13-7/+72
2019-02-05Preserve method parameter names (#16750)Zachary DeVito6-66/+65
2019-02-05add xla tests to enabled-configs (#16761)Ailing Zhang2-1/+3
2019-02-05Fix logging top commit of pytorch + builder in binaries for long summaries (#...Jesse Hellemn1-3/+3
2019-02-05Fix type-o in unsupported data type error message (#16537)Richard J. Knight4-8/+10
2019-02-05Make tuple checks faster (#16657)Adam Paszke1-2/+8
2019-02-05Fixes selection of cuDNN algorithm (#15881)Syed Tousif Ahmed2-140/+186
2019-02-05Don't throw in operator== for TypeMeta and ScalarType (#16736)Adam Paszke1-5/+16
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent15-90/+225
2019-02-05Revert D13952085: [pytorch][PR] Fix static linkage cases and NO_DISTRIBUTED=1...Edward Yang2-16/+3
2019-02-05Integrate PyTorch quantization APIs into ensemble export modules (#309)James Reed1-0/+4
2019-02-05Fork/join parallelism for ensemble export modules (#310)James Reed1-0/+0
2019-02-05Add an API to set the number of threads in C10 thread pool (#16669)James Reed4-10/+23
2019-02-04Try to turn off zero-out of tensors fullyDmytro Dzhulgakov2-2/+2
2019-02-04Tensor method rename size()->numel() - 2/3 (#16745)Jerry Zhang25-125/+125
2019-02-04Tensor method rename size()->numel() - 3/3 (#16747)Jerry Zhang5-31/+31
2019-02-04Tensor method rename size()->numel() - 1/3Jerry Zhang25-109/+109
2019-02-04Bug fix in l2 quantization (#16749)Summer Deng2-5/+7
2019-02-04points-to graph simplification (#16605)Michael Suo10-302/+404
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang11-156/+41