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
path: root/test
AgeCommit message (Expand)Author
2016-02-08Merge pull request #536 from GeorgOstrovski/masterSoumith Chintala
2016-02-08Added torch.mod and torch.cmod functionsGeorg Ostrovski
2016-02-06Make :totable work for empty tensors.Yotam Doron
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-31fixing travis build for writeObject testssoumith
2016-01-29fix upvalue binding during serializationalbanD
2016-01-23torch.topk: use quickselect + quicksortCédric Deltheil
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-12-22File.lua: fix undefined debug functionCédric Deltheil
2015-12-19Merge pull request #372 from adamlerer/serialize_traceSoumith Chintala
2015-12-14Merged upstream/masterYori Zwols
2015-12-04Track and print the serialization 'stack trace' on failureAdam Lerer
2015-11-26New function longSize for filesMarko Vitez
2015-11-26Implemented Cholesky decomposition of positive semidefinite matrices with com...Yori Zwols
2015-11-19Add isSetTo: simple check for shared storage.Jack Rae
2015-11-12adding writeObject tests to contbuildSoumith Chintala
2015-11-12Regression test for MemoryFile bug.Dominik Grewe
2015-10-21Merge pull request #392 from hughperkins/inplace-subtractionSoumith Chintala
2015-10-19Merge pull request #408 from ajabri/masterSoumith Chintala
2015-10-19Add torch.mode and fix median/kthvalue docsAdria Puigdomenech
2015-10-18change to indexAdd name, add documentationAllan Jabri
2015-10-16add indexAccumAllan Jabri
2015-10-04add :neg() :csub(tensor) :csub(scalar), inplace subtraction operatorsHugh Perkins
2015-09-30Exposing LAPACK function potrij-wilson
2015-09-26add lua function to update thread localsthreadlocalKoray Kavukcuoglu
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-04Merge pull request #345 from Muhaeb/torch.isTypeOfSoumith Chintala
2015-09-02More flexible torch.catDominik Grewe
2015-09-02Modified torch.isTypeOf to handle the following:Muhaeb
2015-08-28Add the nonzero function for finding non-zero elements of a tensormarris
2015-08-12Fix lua GC to support allocations across multiple threads (e.g. threads share...Adam Lerer
2015-08-03Exposing the lapack function trtrs which solves triangular systems of linear ...Yori Zwols
2015-07-31Added tests and documentation for transpositions of return values in LAPACK f...Georg Ostrovski
2015-07-30fix two more cases of tranpose check.koray kavukcuoglu
2015-07-26add shared memory file mapping with shm_openKoray Kavukcuoglu
2015-07-21Merge pull request #260 from sergomezcol/masterSoumith Chintala
2015-07-21Merge pull request #292 from fmassa/gemm_zerostrideSoumith Chintala
2015-07-20Element-wise min and max operations.Dominik Grewe
2015-07-13Fix for gemm with zero strides plus add unit test for torch.mmfsuzanomassa
2015-06-29Fix tests for scatter and scatterFill.Dominik Grewe
2015-06-15Fix problem with NaNs in max and minSergio Gomez
2015-06-11Merge pull request #252 from d11/torch_rangeSoumith Chintala
2015-06-11Merge pull request #225 from colesbury/lua52Ronan Collobert
2015-06-08FindBLAS.cmake: fix missing stdlib.h includeCédric Deltheil