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-07-15fix cwrap std/var entrySoumith Chintala
2017-07-11Implementation of Alias Multinomial for faster Multinomial sampling (#1046)Amartya Sanyal
2017-05-10Add keepdim to lua cwrap. (#1025)gchanan
2017-02-10Adding bitand, bitor and bitxorPavan Yalamanchili
2017-02-10Changes to shift operationsPavan Yalamanchili
2017-02-10Added shift operations.Conrado Miranda
2017-01-01Merge branch 'master' into contiguous-cat-1dSoumith Chintala
2017-01-01Removing TH_GENERIC_USE_HALF, TH_NATIVE_HALF, TH_GENERIC_NO_MATH (replaced wh...soumith
2016-12-30Merge pull request #875 from atkayu/add_histc2Soumith Chintala
2016-12-29Add support for torch.HalfTensor (#874)gchanan
2016-12-28rename histc2 to bhistcatkayu
2016-12-26Add a different code path for catting contiguous tensors along the first dime...nkoumchatzky
2016-12-22add a new function histc2atkayu
2016-10-03replace long with ptrdiff_t for memory size/offset etcRui Guo
2016-07-20Fix accepted k range in THTensor_kthvalueAdam Paszke
2016-04-17Merge pull request #620 from liboyue/Add_fmod_remainder_and_remove_modSoumith Chintala
2016-04-01Merge pull request #470 from fbesse/masterSoumith Chintala
2016-03-29Remove mod() and cmod().liboyue
2016-03-29Add remainder() and cremainder().liboyue
2016-03-29Add fmod(), cfmod()liboyue
2016-03-16Fix stack cleanup in torch_istensorarrayJoost van Doorn
2016-03-08Fix broken torch.cat{} and added testsJoost van Doorn
2016-03-07Merge pull request #568 from andreaskoepf/lerp_trunc_fracSoumith Chintala
2016-03-07Merge pull request #582 from JoostvDoorn/tableargSoumith Chintala
2016-03-07Tensor type is now set with Table argumentsJoost van Doorn
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf
2016-03-04Extend torch.bernoulli()Sergio Gomez
2016-02-16Added torch.equal function which performs a tensor equality checkFrederic Besse
2016-02-08Added torch.mod and torch.cmod functionsGeorg Ostrovski
2016-02-02Revert "Adding argmax index as second return value to max/min calls without s...Dominik Grewe
2016-02-02Readding the argmin argmax as second argumentMevlana Gemici
2016-01-21add :cinv(), which does 1/x, addresses https://github.com/torch/torch7/issues...Hugh Perkins
2016-01-12Add torch.sigmoid, and sometensor:sigmoid()Hugh Perkins
2015-12-29topk implementationJeff Johnson
2015-11-26Implemented Cholesky decomposition of positive semidefinite matrices with com...Yori Zwols
2015-10-26torch.cat checks that table is not empty.Dominik Grewe
2015-10-21Merge pull request #392 from hughperkins/inplace-subtractionSoumith Chintala
2015-10-19Add torch.mode and fix median/kthvalue docsAdria Puigdomenech
2015-10-11TensorMath.lua: zero init result tensorCédric Deltheil
2015-10-04add :neg() :csub(tensor) :csub(scalar), inplace subtraction operatorsHugh Perkins
2015-09-30Exposing LAPACK function potrij-wilson
2015-09-25Merge pull request #374 from j-wilson/masterSoumith Chintala
2015-09-24adding potrs and uplo option to potrfj-wilson
2015-09-24Merge pull request #350 from dominikgrewe/catcSoumith Chintala
2015-09-22LAPACK ormqr routineBart van Merriënboer
2015-09-02More flexible torch.catDominik Grewe
2015-08-28Add the nonzero function for finding non-zero elements of a tensormarris
2015-08-03Exposing the lapack function trtrs which solves triangular systems of linear ...Yori Zwols
2015-07-20Element-wise min and max operations.Dominik Grewe
2015-07-02Change lua_isstring check in torch_randomNicolas Koumchatzky