summaryrefslogtreecommitdiff
path: root/tools/autograd
AgeCommit message (Expand)AuthorFilesLines
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 Zhang2-112/+11
2019-02-11Don't keep unnecessary saved_inputs alive (#16583)Adam Paszke1-7/+68
2019-02-11Enforce same input tensor storage in VariableType functions (#16305)Will Feng1-1/+96
2019-02-11optionally zero infinite losses in CTCLoss (#16199)Thomas Viehmann1-4/+4
2019-02-07Remove undefined tensor in jit script (#16379)Wanchao Liang1-3/+11
2019-02-05Warn when tracing legacy constructorsDavid Riazati1-0/+5
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang13-169/+170
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent2-4/+4
2019-02-01Expose backend extensions to pythonRoy Li1-4/+1
2019-01-30Include ATen/core/functional.h directly instead of torch/csrc/utils/functiona...Mikhail Zolotukhin2-5/+13
2019-01-30Fix the flake8 linterLu Fang1-1/+1
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann2-16/+55
2019-01-28Support Tensor alias annotations for native_functions.yaml (#16239)Christian Puhrsch1-1/+1
2019-01-27Fix slogdet sign requiring grad when input requires grad (#16337)SsnL2-5/+5
2019-01-26Trace fork and join callsJames Reed2-2/+2
2019-01-24Add thread-local guard: at::AutoNonVariableTypeMode (#15939)Will Feng1-6/+36
2019-01-24Move THCCachingAllocator to c10_cuda. (#16119)Edward Yang1-1/+1
2019-01-24Remove unnecessary includes and headers from THCCachingAllocator, move to at:...Edward Yang1-1/+1
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang2-3/+3
2019-01-22Return namedtuples from torch.* function with multiple return arguments for C...Xiang Gao3-10/+65
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao2-3/+3
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann1-0/+6
2019-01-18Port legacy any(*) to ATenShen Li1-3/+8
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-0/+1
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej2-4/+22
2019-01-16Port the backend of FractionalMaxPool3d from TH to ATen (#15575)Chandler Zuo1-0/+7
2019-01-16Port legacy all(*) to ATen (#15540)Shen Li1-0/+9
2019-01-14`var` for multiple dimensions (#15892)Brennan Vincent1-1/+1
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw1-10/+3
2019-01-03Add mkldnn conv double backward (#15686)Ailing Zhang1-0/+3
2018-12-21Direct FBGEMM integraton into ATen (#13777)James Reed1-0/+1
2018-12-19Remove python_default_init from ATen and use Optional (#15234)Wanchao Liang3-15/+13
2018-12-19Rename potrs to cholesky_solve (#15334)vishwakftw1-4/+4
2018-12-19Optional ScalarType support for native functions & JIT (#15154)Tugrul Ates1-1/+0
2018-12-17[TensorIterator fixing mean to output correct result for half precisiā€¦ (#14...Jie1-2/+11
2018-12-17Port nn fold and unfold to c++Roy Li1-0/+6
2018-12-17Bicubic interpolation for nn.functional.interpolate (#9849)David Riazati1-0/+6
2018-12-13Fix derivative for mvlgamma (#15049)vishwakftw1-2/+2
2018-12-12Implement torch.tril_indices and torch.triu_indices (#12653) (#14904)Shen Li1-1/+3
2018-12-12Kill Type.storage. (#15075)Gregory Chanan1-2/+0
2018-12-07Implement `std` for multiple dimensions on CPU devices. (#14535)Brennan Vincent2-11/+16
2018-12-07Fix include paths for TensorOptionsSebastian Messmer1-1/+1
2018-12-06gradcheck (#14596)Wei Yang2-0/+9
2018-12-06Move TensorOptions, DefaultTensorOptions to c10Sebastian Messmer1-2/+2
2018-12-04Use .to to convert new tensors in new_tensor (#14097)Thomas Viehmann1-6/+16
2018-12-04Rename _local_scalar to item() (#13676)Peter Goldsborough1-1/+1
2018-12-04Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (...Sebastian Messmer1-2/+2
2018-12-04Back out "Fix include paths for TensorOptions, DefaultTensorOptions, OptionsG...Sebastian Messmer1-1/+1
2018-12-03Fix include paths for TensorOptions, DefaultTensorOptions, OptionsGuardSebastian Messmer1-1/+1