summaryrefslogtreecommitdiff
path: root/torch/_utils.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann1-0/+10
2018-10-16Don't serialize hooks (#11705)Edward Yang1-0/+43
2018-09-07Remove methods that start with an underscore from at::Tensor (#11152)Peter Goldsborough1-10/+10
2018-09-01fix serialization of nn.Parameter with dill (#10296)Marcin Elantkowski1-0/+7
2018-03-14Restore tensor.type, tensor.type_as docs (#5746)Richard Zou1-1/+1
2018-03-09Add tensor.repeat docs. Remove legacy tensor repeat function. (#5666)Richard Zou1-51/+0
2018-02-28Support type conversion via type(dtype). (#5441)gchanan1-13/+13
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-2/+9
2018-02-06Use Variable instead of Tensor in Function.forward (#4786)Sam Gross1-1/+1
2018-02-02Replace async with non_blocking for Python 3.7 (#4999)Peter Goldsborough1-15/+33
2018-01-17Move repeat to torch/_utils.py (#4712)Sam Gross1-4/+51
2017-11-29use torch.cat in _flattenNatalia Gimelshein1-7/+1
2017-11-09doc: Normalize all true/false in docstrings to ``True|False`` (#3593)Ozan Çağlayan1-2/+2
2017-11-01comments and case where not all sparse (#3370)SsnL1-4/+48
2017-10-28sparse broadcast_coalesce and reduce_add_coalescedSsnL1-17/+72
2017-10-28fix sparse tensor .cpu()SsnL1-3/+5
2017-07-10[Ready] Limit docs line length (#1900)Leonid Vlasenkov1-1/+2
2017-06-24Add broadcasting to masked_select.Gregory Chanan1-1/+1
2017-06-12Add DistributedDataParallelAdam Paszke1-0/+44
2017-06-05Document type function returns type with no args (#1719)Kai Arulkumaran1-1/+1
2017-05-03Prefix values/indices/sparse_mask/nnz with underscore (#1457)Edward Z. Yang1-4/+4
2017-04-18revert sparse cuda index type changeMartin Raison1-1/+1
2017-04-18spcadd, sparseMask, cadd, csub, cmul + testsMartin Raison1-1/+1
2017-03-15Fix map_location in torch.load (#1006)Sam Gross1-0/+8
2017-03-03sparse tensor operations (#735)Martin Raison1-6/+19
2017-01-18Docs for torch.Storage (#475)Sam Gross1-0/+12
2017-01-18Fix tensor.cuda(0) when on non-zero device. (#472)Sam Gross1-7/+22
2016-10-13Major autograd refactorAdam Paszke1-4/+2
2016-10-01Support "device" keyword argument (#79)Sam Gross1-1/+1
2016-10-01Fix ffi utils in Python 2.7Adam Paszke1-2/+2
2016-09-30Add more functions to autogradAdam Paszke1-0/+17
2016-09-28Lazy load CUDA and THNN modules (#64)Sam Gross1-1/+15
2016-09-27Add data parallel functions to nnAdam Paszke1-13/+9
2016-09-20Codemod to remove camel case method namingAdam Paszke1-3/+13
2016-09-15Type conversions now use auto gpuAdam Paszke1-0/+17