Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-01Removing TH_GENERIC_USE_HALF, TH_NATIVE_HALF, TH_GENERIC_NO_MATH (replaced wh...soumith
2016-12-29Add support for torch.HalfTensor (#874)gchanan
2016-08-11fix several spelling errorsZhou Mo
2016-02-06Make :totable work for empty tensors.Yotam Doron
2015-10-22Remove the leading newline from Storage.__tostring__.Tim Harley
2015-05-29Add support for Lua 5.2Sam Gross
2015-04-30Error message improvements.Adam Lerer
2015-04-24Fix bug in split while reusing the result table.fsuzanomassa
2015-04-10fixed inconsistency in Tensor.__tostring__Ata Mahjoubfar
2015-03-21Change display of null tensorsÉlie Michel
2015-03-17Make totable and permute available as torch.* functions.Dominik Grewe
2015-01-26Added permute convenience functionGeorg Ostrovski
2015-01-21torch.totable for Storages and for Tensors.Tim Harley
2014-10-24torch.split & torch.chunkNicholas Leonard
2014-10-17in repeatTensor, fix non-contiguous case.Soumith Chintala
2014-09-23Harmonized expand/view/repeatTensornicholas-leonard
2014-06-28make view behaviour compatible withkoray kavukcuoglu
2014-06-25added back doc for local functionSoumith Chintala
2014-06-25Remove in-source documentationSergio Gomez
2014-06-25Add torch.view and torch.viewAsSergio Gomez
2013-02-13add repeatTensor function, similar to matlab repmatkoray kavukcuoglu
2013-02-11make tensor.expand create a tensor from correct type, not default type.koray kavukcuoglu
2012-10-31Using a local var.Ivo Danihelka
2012-07-21Added expand/expandAs functions.Clement Farabet
2012-06-13added real() method to tensorsRonan Collobert
2012-02-03{min,max,sum,mean,var,std}all now without 'all' in luaRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert