Age | Commit message (Expand) | Author | Files | Lines |
2019-04-22 | Rename potri to cholesky_inverse (#19498) | vishwakftw | 1 | -3/+3 |
2019-04-21 | Make one_hot non-differentiable. (#19524) | Gregory Chanan | 1 | -0/+3 |
2019-04-21 | Have _embedding_bag_dense_backward match JIT signature. (#19522) | Gregory Chanan | 1 | -0/+7 |
2019-04-21 | Have embedding_dense_backward match JIT signature. (#19521) | Gregory Chanan | 1 | -0/+1 |
2019-04-21 | Hook up non_differentiability in derivatives.yaml when no autograd function i... | Gregory Chanan | 1 | -0/+3 |
2019-04-19 | Improve embedding_bag add kernel (#19329) | James Reed | 1 | -1/+1 |
2019-04-19 | Revert D15003385: Have embedding_dense_backward match JIT signature. | Gregory Chanan | 1 | -1/+0 |
2019-04-19 | Revert D15003379: Have _embedding_bag_dense_backward match JIT signature. | Gregory Chanan | 1 | -7/+0 |
2019-04-19 | Revert D15003382: Make one_hot non-differentiable. | Gregory Chanan | 1 | -3/+0 |
2019-04-19 | Make one_hot non-differentiable. (#19430) | Gregory Chanan | 1 | -0/+3 |
2019-04-19 | Have embedding_dense_backward match JIT signature. (#19427) | Gregory Chanan | 1 | -0/+1 |
2019-04-19 | Have _embedding_bag_dense_backward match JIT signature. (#19428) | Gregory Chanan | 1 | -0/+7 |
2019-04-19 | Rename 'not_differentiable' to 'non_differentiable'. (#19272) | Gregory Chanan | 1 | -8/+8 |
2019-04-09 | EmbeddingBag w/ differentiable per_sample_weights (#18957) | Richard Zou | 1 | -1/+1 |
2019-04-09 | EmbeddingBag CPU forward with per_sample_weights. (#18735) | Richard Zou | 1 | -2/+3 |
2019-04-09 | Rename btrisolve to lu_solve (#18726) | Vishwak Srinivasan | 1 | -3/+3 |
2019-04-09 | Namedtuple return for gels, triangular_solve, and test refactor (#17195) | Xiang Gao | 1 | -1/+1 |
2019-04-08 | Add MKL-DNN Tensor (#17748) | jgong5 | 1 | -0/+3 |
2019-04-04 | Introduce DeprecatedTypeProperties class (#17991) | Roy Li | 1 | -3/+3 |
2019-04-03 | Fix dense Embedding to work with double backward (#9078) | kshitij12345 | 1 | -0/+3 |
2019-04-02 | torch.cross' dim default changed to c10::optional instead of int=-1 (#17582) | Igor Fedan | 1 | -1/+1 |
2019-03-29 | Rename `btrifact*` to `lu` (#18435) | Vishwak Srinivasan | 1 | -6/+3 |
2019-03-26 | Revert D14605905: [pytorch][PR] Add return_counts to torch.unique | Soumith Chintala | 1 | -1/+1 |
2019-03-26 | Namedtuple return for solve, slogdet, sort, topk (#17093) | Xiang Gao | 1 | -4/+4 |
2019-03-25 | Add return_counts to torch.unique (#18391) | Xiang Gao | 1 | -1/+1 |
2019-03-21 | Rename trtrs to triangular_solve (#18213) | vishwakftw | 1 | -3/+3 |
2019-03-21 | Backward function for torch.cdist | Igor Fedan | 1 | -0/+10 |
2019-03-18 | Rename gesv to solve (#18060) | Vishwak Srinivasan | 1 | -4/+4 |
2019-03-08 | Replace tensor.type().scalarType() calls with tensor.scalar_type() | Roy Li | 1 | -12/+12 |
2019-03-07 | Move lerp to ATen, add functionality for tensor weights (#17348) | vishwakftw | 1 | -0/+4 |
2019-03-05 | enable use of MIOpen for depthwise convolutions (#17685) | Chaitanya Sri Krishna Lolla | 1 | -0/+6 |
2019-03-01 | Remove more usages of BoolTensor and IndexTensor from native_functions.yaml | Christian Puhrsch | 1 | -0/+2 |
2019-02-27 | Add sparse gradient option to `gather` operation (#17182) | Natalia Gimelshein | 1 | -2/+2 |
2019-02-26 | Remove Bool/IndexTensor from schema for native functions with derivatives (#1... | Christian Puhrsch | 1 | -0/+13 |
2019-02-23 | Remove ROIPooling (#17434) | Thomas Viehmann | 1 | -3/+0 |
2019-02-22 | Improvements for current AD (#17187) | Ailing Zhang | 1 | -4/+4 |
2019-02-21 | fix double backward for half softmax/logsoftmax (#17330) | Natalia Gimelshein | 1 | -6/+6 |
2019-02-20 | Namedtuple return for symeig, eig, pstrf, qr, geqrf (#16950) | Xiang Gao | 1 | -1/+1 |
2019-02-16 | Add namedtuple return for min, median, mode, kthvalue, add test for namedtupl... | Gao, Xiang | 1 | -5/+5 |
2019-02-14 | Speed-up adaptive average pooling for the common case of size=1 output (#17011) | ngimel | 1 | -4/+4 |
2019-02-14 | maskrcnn & bert AD coverage part 1 (#16689) | Ailing Zhang | 1 | -4/+4 |
2019-02-11 | optionally zero infinite losses in CTCLoss (#16199) | Thomas Viehmann | 1 | -4/+4 |
2019-02-05 | Rename IntList to IntArrayRef. (#16751) | Edward Yang | 1 | -101/+101 |
2019-02-05 | logsumexp for multiple dimensions (#16475) | Brennan Vincent | 1 | -1/+1 |
2019-01-27 | Fix slogdet sign requiring grad when input requires grad (#16337) | SsnL | 1 | -1/+2 |
2019-01-22 | Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially... | Wanchao Liang | 1 | -2/+2 |
2019-01-22 | Return namedtuples from torch.* function with multiple return arguments for C... | Xiang Gao | 1 | -7/+7 |
2019-01-21 | Unhide unique from C++, make unique partially scriptable (#15256) | Xiang Gao | 1 | -2/+2 |
2019-01-18 | add back NNPACK in PyTorch (#15924) | Thomas Viehmann | 1 | -0/+6 |
2019-01-18 | Port legacy any(*) to ATen | Shen Li | 1 | -3/+8 |