Age | Commit message (Expand) | Author | Files | Lines |
2019-01-16 | Moving torch.norm to ATen using TensorIterator (#15414) | jiej | 1 | -1/+8 |
2019-01-16 | Port the backend of FractionalMaxPool3d from TH to ATen (#15575) | Chandler Zuo | 1 | -0/+7 |
2019-01-16 | Port legacy all(*) to ATen (#15540) | Shen Li | 1 | -0/+9 |
2019-01-14 | `var` for multiple dimensions (#15892) | Brennan Vincent | 1 | -1/+1 |
2019-01-03 | Add mkldnn conv double backward (#15686) | Ailing Zhang | 1 | -0/+3 |
2018-12-19 | Remove python_default_init from ATen and use Optional (#15234) | Wanchao Liang | 1 | -2/+2 |
2018-12-19 | Rename potrs to cholesky_solve (#15334) | vishwakftw | 1 | -4/+4 |
2018-12-17 | [TensorIterator fixing mean to output correct result for half precisi… (#14... | Jie | 1 | -2/+11 |
2018-12-17 | Port nn fold and unfold to c++ | Roy Li | 1 | -0/+6 |
2018-12-17 | Bicubic interpolation for nn.functional.interpolate (#9849) | David Riazati | 1 | -0/+6 |
2018-12-07 | Implement `std` for multiple dimensions on CPU devices. (#14535) | Brennan Vincent | 1 | -1/+1 |
2018-12-06 | gradcheck (#14596) | Wei Yang | 1 | -0/+3 |
2018-11-30 | Revert existing no_grad_embedding_renorm_ from aten (#14639) | Elias Ellison | 1 | -3/+0 |
2018-11-28 | Support Embedding + EmbeddingBag in Script + (Ignore flakey test) (#14509) | Elias Ellison | 1 | -0/+3 |
2018-11-28 | Revert D13219647: [pytorch][PR] Support Embedding + EmbeddingBag in Script | Edward Yang | 1 | -3/+0 |
2018-11-28 | Support Embedding + EmbeddingBag in Script (#14415) | Elias Ellison | 1 | -0/+3 |
2018-11-28 | Make `mean` function work across multiple dimensions. (#14252) | Brennan Vincent | 1 | -1/+1 |
2018-11-28 | torch.sparse.sum() (#12430) | Wei Yang | 1 | -0/+3 |
2018-11-27 | roll along multiple dimensions | Brian Vaughan | 1 | -1/+1 |
2018-11-27 | Move Affine grid to C++ (#14392) | Elias Ellison | 1 | -0/+3 |
2018-11-27 | Speed-up "advanced" indexing operations (#13420) | Sam Gross | 1 | -0/+8 |
2018-11-26 | backward for sparse.addmm(D, S, D, alpha, beta) -> D (#13345) | Wei Yang | 1 | -0/+5 |
2018-11-21 | native NN wrappers, including with buffers. | Gregory Chanan | 1 | -43/+43 |
2018-11-19 | Support 'python_module' of 'nn' in native functions. (#14126) | Gregory Chanan | 1 | -3/+3 |
2018-11-19 | Support named return arguments in native_functions. (#14100) | Gregory Chanan | 1 | -5/+5 |
2018-11-12 | Improve mm / addmm error message with sparse tensors (#13796) | Gregory Chanan | 1 | -7/+2 |
2018-11-09 | Make potrs batched (#13453) | Vishwak Srinivasan | 1 | -2/+2 |
2018-11-06 | Native batch norm (#13263) | Thomas Viehmann | 1 | -10/+10 |
2018-11-06 | mm backwards to not depend on TH. (#13575) | Gregory Chanan | 1 | -2/+2 |
2018-11-06 | cumsum/cumprod derivatives not depending on TH. (#13579) | Gregory Chanan | 1 | -2/+8 |
2018-11-05 | Speed up CPU threshold and relu implementation (#13182) | Sam Gross | 1 | -7/+11 |
2018-11-05 | Roll operator t32802531 (#13261) | Brian Vaughan | 1 | -0/+3 |
2018-11-02 | Write gesv derivatives in terms of native function. | Gregory Chanan | 1 | -5/+1 |
2018-11-01 | Rename potrf to cholesky (#12699) | vishwakftw | 1 | -3/+3 |
2018-10-31 | Use non-th versions of some functions when defining backwards. (#13394) | Gregory Chanan | 1 | -2/+2 |
2018-10-31 | Move underscore prefixed th functions _th prefix. | Gregory Chanan | 1 | -1/+1 |
2018-10-30 | More functions moved to native, use _th_ prefix more consistently. | Gregory Chanan | 1 | -2/+2 |
2018-10-30 | Move underscore prefixed linear algebra TH functions to _th prefix. | Gregory Chanan | 1 | -3/+3 |
2018-10-30 | Fix "CUDA Tensor __rsub__ breaks when device is not 0" (#12956) | Will Feng | 1 | -0/+7 |
2018-10-30 | Move _cumsum and _cumprod to _th_ prefixes. | Gregory Chanan | 1 | -2/+2 |
2018-10-30 | Rename th_addmm to _th_addbmm. | Gregory Chanan | 1 | -1/+1 |
2018-10-29 | More Declarations.cwrap functions moved to native, mainly LAPACK, sim… (#13... | Gregory Chanan | 1 | -4/+4 |
2018-10-27 | Batched Inverse (#9949) | vishwakftw | 1 | -1/+1 |
2018-10-26 | Revert "Move batch_norm to ATen/native, speed up (#12368)" (#13191) | Lu Fang | 1 | -10/+10 |
2018-10-26 | Native wrappers for many Declarations.cwrap entries | Gregory Chanan | 1 | -1/+4 |
2018-10-26 | Move ConstantPadNd into ATen (#10885) | William Horton | 1 | -0/+3 |
2018-10-25 | Move batch_norm to ATen/native, speed up (#12368) | Thomas Viehmann | 1 | -10/+10 |
2018-10-25 | Add c10::optional to type syntax (#12582) | Wanchao Liang | 1 | -1/+1 |
2018-10-25 | Add support for reductions to TensorIterator (#11908) | Sam Gross | 1 | -5/+23 |
2018-10-24 | Autograd indices/values and sparse_coo ctor (#13001) | Tongzhou Wang | 1 | -1/+38 |