summaryrefslogtreecommitdiff
path: root/torch/functional.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Deprecate torch.pstrf (#17866)Vishwak Srinivasan1-6/+52
2019-03-06Warn about memory overlaps on expanded tensors (#17576)zou35191-0/+7
2019-03-03Fixed typo in torch/functional.py w/r/t broadcast_tensors (#17642)Jack Richter-Powell1-1/+1
2019-02-21Move argsort to C++Gao, Xiang1-34/+0
2019-02-10DOC: correct docstring for torch and torch.Tensor package (#16842)ZhuBaohe1-2/+2
2019-02-05Remove unnecessary typing import. (#16777)Edward Yang1-1/+0
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann1-0/+3
2019-01-26Update einsum documentation. (#16323)Samuel Fadel1-1/+0
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang1-2/+13
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao1-13/+2
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej1-4/+18
2019-01-15Add `itertools.{prod, combinations, combinations_with_replacement}` like op t...Xiang Gao1-0/+32
2019-01-13doc fixes (#15990)surgan121-2/+2
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw1-4/+2
2019-01-08Move isnan to C++ (#15722)Peter Goldsborough1-13/+11
2018-12-30Make btriunpack work for high dimensional batches and faster than before (#15...vishwakftw1-16/+14
2018-12-26Added correct isinf handling for Integral tensors (#15489)Frank Zhang1-0/+2
2018-12-20Change default value of unique to 'sorted=True'WeihuangXu1-1/+1
2018-12-19Rename potrs to cholesky_solve (#15334)vishwakftw1-0/+18
2018-12-09Remove deprecated info argument in btrifact (#14935)vishwakftw1-48/+0
2018-12-05fix stft arg typesTongzhou Wang1-3/+3
2018-11-16Add missing space in stft docTongzhou Wang1-1/+1
2018-11-01Rename potrf to cholesky (#12699)vishwakftw1-0/+19
2018-10-17Fix isfinite for int input (#12750)Ailing Zhang1-0/+7
2018-10-16Various example code fixes (#12707)Thomas Viehmann1-2/+2
2018-10-15remove unused Iterable, also avoid Python 3.7 deprecation warningXingdong Zuo1-1/+0
2018-10-12Introduce chain_matmul (#12380)vishwakftw1-0/+33
2018-10-01change \gamma to \Gamma (#12214)Wei Yang1-3/+4
2018-09-29fix docs (#12126)Wei Yang1-11/+15
2018-09-20Implementing Matrix Norm for torch.norm (#11261)yya0071-0/+80
2018-09-18varargs for meshgrid (#11600)Amitesh Arora1-0/+38
2018-09-11Improvements on conv/pool/fold/stft/ParamDict docs (#11106)Tongzhou Wang1-9/+9
2018-09-04Implement torch.tensordot (#10025)Thomas Viehmann1-0/+56
2018-08-29Adds `dim` argument to `torch.unique` (#10423)pbialecki1-6/+14
2018-08-15varargs for einsum (#10067)Thomas Viehmann1-0/+75
2018-08-03Add torch.argsort mirroring similar functionality in numpy. (#9600)Owen Anderson1-0/+34
2018-08-02Adding katex rendering of equations, and required edits to equations. (#8848)Rob Kunkle1-10/+10
2018-08-01Implement torch.broadcast_tensors (#10075)Richard Zou1-0/+23
2018-07-18Use _six for inf and nan (#9500)Tongzhou Wang1-2/+3
2018-07-18Implementing torch.isfinite (#9487)bhushan231-0/+20
2018-07-17change stft to have consistent signature with librosa (#9497)Tongzhou Wang1-0/+95
2018-07-15Introducing IsInf (#9169)bhushan1-1/+21
2018-07-13update docs (#9423)Liyuan Liu1-1/+1
2018-07-08move unbind to ATenXiang Gao1-13/+0
2018-06-08Move signal window functions to ATen; add Blackman window (#8130)Tongzhou Wang1-144/+0
2018-04-21Update docs with new tensor repr (#6454)li-roy1-81/+40
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-4/+4
2018-04-10[fft] [3 of 3] Implements backward of fft ifft rfft irfft (#5537)Tongzhou Wang1-11/+11
2018-04-07Fix typos in docs (#6389)Kento NOZAWA1-1/+1
2018-04-06Fix torch.dtype getting incorrectly rendered as torch.dpython:type by sphinx ...Tongzhou Wang1-3/+3