summaryrefslogtreecommitdiff
path: root/torch/legacy/nn/WeightedEuclidean.py
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Remove torch/legacy (#11823)Christian Puhrsch1-260/+0
2017-05-09Change all legacy/nn modules to use keepdim=True (even if tests don't fail).Gregory Chanan1-6/+6
2017-01-28[pep8] Fix most lint automatically with autopep8Luke Yeager1-26/+22
2016-12-29Accept outputs in out argumentAdam Paszke1-9/+9
2016-12-01Add __len__ for tensorsAdam Paszke1-16/+30
2016-09-20Codemod to remove camel case method namingAdam Paszke1-16/+16
2016-08-12Fix Python 2.7 compatibilityAdam Paszke1-2/+2
2016-08-12copy -> copy_Adam Paszke1-9/+9
2016-08-11Add cunn testsAdam Paszke1-1/+1
2016-08-10Major refactorAdam Paszke1-84/+84
2016-08-02Add cunnAdam Paszke1-5/+5
2016-07-29Add converted nn modulesAdam Paszke1-0/+250