summaryrefslogtreecommitdiff
path: root/test/common_methods_invocations.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Move outplace ops to ATen (#16788)Xiang Gao1-6/+9
2019-02-14maskrcnn & bert AD coverage part 1 (#16689)Ailing Zhang1-0/+3
2019-02-10Clean up autograd method testsXiang Gao1-9/+6
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang1-3/+1
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao1-1/+3
2019-01-22Return namedtuples from torch.* function with multiple return arguments for C...Xiang Gao1-2/+2
2019-01-11comment out large test cases for tril(u)_indices (#15959)Shen Li1-1/+1
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw1-0/+6
2018-12-26Move autograd metadata from VariableImpl to TensorImpl (#13827)Will Feng1-1/+2
2018-12-20Implementing cuda kernel for tril_indices and triu_indices (#15203)Shen Li1-0/+147
2018-12-19Do not use fork to invoke test scripts in pytorch rocm CIbddppq1-685/+691
2018-12-13Fix derivative for mvlgamma (#15049)vishwakftw1-0/+4
2018-11-27roll along multiple dimensionsBrian Vaughan1-0/+1
2018-11-08handle flat rolling (no dim specified) T36264909 (#13588)Brian Vaughan1-0/+1
2018-11-07changes for cumsum/cumprod backward not depending on TH. (#13570)Gregory Chanan1-0/+2
2018-11-06Various Test and build fixes (#13556)Soumith Chintala1-6/+6
2018-11-05Add diag_embed to ATen and torch (#12447)Thomas Viehmann1-0/+1
2018-11-05Roll operator t32802531 (#13261)Brian Vaughan1-0/+6
2018-10-27Batched Inverse (#9949)vishwakftw1-1/+5
2018-10-26Native wrappers for many Declarations.cwrap entriesGregory Chanan1-0/+3
2018-10-18Enable JIT tests in fbcode (#12777)Zachary DeVito1-0/+884