summaryrefslogtreecommitdiff
path: root/torch/csrc/utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Use ATen infer_size implementation rather than TH. (#4781)gchanan1-0/+20
2018-01-18Allow Variables in calls to NCCL bindings. (#4725)Sam Gross1-18/+1
2017-10-09add initial NCCL C bindingsSoumith Chintala1-0/+50
2017-09-13Refactor THPUtils_invalidArguments into separate fileSam Gross1-379/+3
2017-06-11Add a broadcast parameter to copy_, use it in the library in cases where ther...Gregory Chanan1-2/+2
2017-06-11Add optional warning for backwards incompatible keepdim. Setting torch.utils....Gregory Chanan1-0/+20
2017-06-11Add optional warning for backwards incompatible broadcast.Gregory Chanan1-0/+10
2017-05-25make THPPointer have explicit constructors (#1636)Trevor Killeen1-4/+4
2017-04-28Refactor Python string utility functionSam Gross1-10/+2
2017-04-27Use fully qualified name as tp_name for tensors and storages (#1379)Sam Gross1-26/+2
2017-03-31Fix Option constructor in invalid argument error printing code (#1160)albanD1-1/+2
2017-03-15Refactor out dispatchStateless (#1007)Sam Gross1-0/+28
2017-02-27Expose torch.HalfTensorAdam Paszke1-0/+3
2017-02-20Add support for indexing with None and slices with positive stepsAdam Paszke1-27/+0
2017-02-13Refactor autograd package to separate Python dependencies. (#662)Sam Gross1-7/+0
2017-01-17Fix invalidArguments for functions with tuple outputs, but no other (#468)Sam Gross1-1/+4
2017-01-04Fix invalidArguments to take kwargs and out into account (#397)Adam Paszke1-86/+318
2016-12-28Use cuDNN for Conv3d and ConvTranspose3d (#359)Sam Gross1-0/+25
2016-12-28Use TypeError in invalidArgumentsAdam Paszke1-1/+1
2016-10-28Use torch.Size for Tensor sizes and tuple for stridesSam Gross1-21/+45
2016-10-26Add C++ bindings for cuDNN (#167)Sam Gross1-0/+15
2016-10-23Adding rnn cell libraryAdam Lerer1-1/+1
2016-10-08Improve error messagesAdam Paszke1-2/+4
2016-09-29Improve argument matching in invalidArgumentsAdam Paszke1-2/+12
2016-09-25Pretty print type mismatches in error messagesAdam Paszke1-35/+148
2016-09-23Improve error messages in storage and tensor C functionsAdam Paszke1-9/+8
2016-09-21Refactor _C extension to export some utilitiesAdam Paszke1-56/+33
2016-09-15Improve error messages of tensor methodsAdam Paszke1-6/+44
2016-08-31Add initial version of multiprocessing moduleAdam Paszke1-0/+27
2016-08-12Fix Python 2.7 compatibilityAdam Paszke1-3/+11
2016-08-10Major refactorAdam Paszke1-1/+1
2016-07-19Fix optional argument resolution in cwrapAdam Paszke1-2/+3
2016-07-19Add support for CUDAAdam Paszke1-1/+0
2016-06-25Minor improvements in utilsAdam Paszke1-24/+26
2016-06-21Improve cwrap error handling and fix memory leaks on errorAdam Paszke1-0/+27
2016-06-18Add random-related Tensor methodsAdam Paszke1-0/+8
2016-06-15Add more Tensor and Storage methodsAdam Paszke1-0/+10
2016-06-13Add THPPointer and more Tensor methodsAdam Paszke1-0/+39
2016-06-10Add more Tensor methodsAdam Paszke1-4/+11
2016-06-08python 2 supportSoumith Chintala1-0/+16
2016-05-06Add utilities and clenup Tensor wrappersAdam Paszke1-0/+5