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