summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-05-23[C++ API] Back to reset() and fixed in-place cloning (#7796)Peter Goldsborough2-65/+87
2018-05-23Call grad_mode.py context managers as decorators (#7737)jvmancuso1-0/+10
2018-05-23small fixes in fusion_compiler (#7776)ngimel1-1/+1
2018-05-23[PyTorch] [gradcheck] change backward() to grad() (#7710)Tongzhou Wang3-9/+6
2018-05-23Update test_nn.py (#7787)vfdev1-1/+1
2018-05-23Add support for accepting Tensor as input in clip_grad_* functions. (#7769)Ruotian(RT) Luo1-0/+19
2018-05-22Revert #7750 and #7762 to fix Windows CI on master (#7772)Will Feng7-46/+24
2018-05-22Temporarily disable build env check (#7768)Will Feng1-15/+15
2018-05-22Add missing brace (#7762)Peter Goldsborough1-1/+1
2018-05-22[C++ API] Add backward() to Tensor and Variable (#7750)Peter Goldsborough7-23/+45
2018-05-21[C++ API] Using new registration mechanism (#7663)Peter Goldsborough4-25/+69
2018-05-21JIT cleanup (#7631)Zachary DeVito1-1/+1
2018-05-21serialization for torch.device (#7713)Ailing1-0/+7
2018-05-20Fix exporting Sum to onnx (#7685)bddppq4-3/+39
2018-05-20Implement __reduce__ for torch.dtype (#7699)Ailing1-0/+6
2018-05-18[JIT][script] Add matmul(@), pow(**) operator (#7648)Chunli1-5/+42
2018-05-18Fix various sparse transpose issues; remove dead code from Declaratio… (#7200)gchanan3-2/+23
2018-05-18Don't allow requires_grad to be set on integer Tensor constructors in… (#7185)gchanan5-15/+13
2018-05-18Throw error on tensor creation when sequence shape cannot be determined (#7583)Seth Hendrickson1-0/+21
2018-05-18return nan in max_pool/adaptive_max_pool for nan args (#7645) (#7670)Thomas Viehmann1-0/+18
2018-05-18Map digamma +/-inf results to nan in test (fixes #7651) (#7665)Thomas Viehmann1-1/+15
2018-05-18Better support for adding zero-filled sparse tensors (#7479)Richard Zou1-0/+11
2018-05-17[C++ API] Implement builder style construction (#7597)Peter Goldsborough7-132/+206
2018-05-17Add LBFGS optimization algorithm to C++ API (#7596)Matt Le1-9/+22
2018-05-17support <= and >= (#7633)Gao, Xiang5-0/+282
2018-05-17Reduce gen_jit_dispatch options (#7562)Zachary DeVito3-1/+27
2018-05-17Show skipped distributed tests as skipped (#7624)Adam Paszke1-6/+12
2018-05-16Be more lenient w.r.t. flag processing in C++ extensions (#7621)Peter Goldsborough1-0/+20
2018-05-16Remove CompiledFunction + clean up JIT tests (#7421)Adam Paszke23-1106/+440
2018-05-16Make return uniform in lbfgs step (#7586)Matt Le1-0/+12
2018-05-15Run onnx integration tests in caffe2 CI (#7565)bddppq1-1/+1
2018-05-14Implement logsumexp (fixes #2591) (#7254)Thomas Viehmann2-0/+12
2018-05-14[C++ API] Remove initialize_* functions (#7517)Peter Goldsborough5-58/+82
2018-05-14Improve script builtin checking using schema (#7311)Zachary DeVito1-8/+89
2018-05-14clamping the return value of uniform.cdf() to [0..1] (#7538)andreh71-0/+4
2018-05-13Fixes reductions where accum type != type and simplifies all reductions (#7487)Mike Ruberry1-0/+6
2018-05-13put dropout states on the input device (#7515)ngimel1-0/+9
2018-05-12Implement ellipses ('...') and diagonals (e.g. 'ii->i') in einsum. (#7173)Thomas Viehmann1-2/+12
2018-05-12Fix advanced indexing with negative indices (#7345)Richard Zou1-1/+5
2018-05-11Some small fixes in C++ API (#7510)Peter Goldsborough2-10/+15
2018-05-11Move ONNX integration tests from onnx-fb-universe to PyTorch repo (#7397)bddppq75-0/+6590
2018-05-11[jit] Change interpreter/fuser to work on Variables only (#7489)Zachary DeVito2-3/+20
2018-05-11Add zeros_ and ones_ init + tests (#7488)Karan Dwivedi1-230/+187
2018-05-11Throw error in tensor constructor when numpy strides mismatch (#7440)Jon Walsh1-0/+5
2018-05-10Fix Tensor.type(dtype) not preserving device (#7474)Sam Gross1-0/+2
2018-05-10Allow the use of torch.device for loading (#7339)Ethan Steinberg1-8/+34
2018-05-10EmbeddingBag to handle empty bags in all modes (#7389)danielsimig1-18/+39
2018-05-10hotfix: update cmake version for Linux CUDA9 builds (#7478)Will Feng1-1/+1
2018-05-10Mark expand nodes as implicit/explicit in trace (#7303)Zachary DeVito3-4/+14
2018-05-10Split libATen.so into libATen_cpu.so and libATen_cuda.so (#7275)Edward Z. Yang1-0/+4