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
2017-07-11Implementation of Alias Multinomial for faster Multinomial sampling (#1046)Amartya Sanyal
2017-04-29fix cdiv/div unit tests; fix Mac OS X require ffi bug (#1016)Nicholas Léonard
2017-03-22Fix TH_TENSOR_APPLYX_D in the case where the dimension of interest is the inn...Adam Lerer
2017-03-04add multiple types tests for add, cadd, mul, cmul, div, cdivsoumith
2017-03-03Fix dimension check for cat (#959)Pavan Yalamanchili
2017-02-28add TH_TENSOR_APPLY variants for optimized redux (+refactor)Adam Lerer
2017-02-28address comments and add testsAdam Lerer
2017-02-24add unit test for fillSoumith Chintala
2017-02-23Adding test for bitxorPavan Yalamanchili
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
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-11-15make the tolerance higher for logNormal testSoumith Chintala
2016-11-11Fix implementation of logNormalTrevor Killeen
2016-10-13change timeSort test to work on windowsRui Guo
2016-10-13Fix error when run torch.test multi timesJun Su
2016-09-27windows high resolution timer with a few makefile changes (#776)BTNC
2016-09-26bug fix for read/writeLong in THMemoryFileRui Guo
2016-09-15Fix modeAdam Paszke
2016-08-23test: fix 32-bit system abs test failure.Zhou Mo
2016-08-11fix several spelling errorsZhou Mo
2016-04-19Make torch.Generator serializableAdria Puigdomenech
2016-04-17Merge pull request #620 from liboyue/Add_fmod_remainder_and_remove_modSoumith Chintala
2016-04-14File: get rid of extra NULL character (serialize)Cédric Deltheil
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-22Improvements to torch.{linspace, logspace, range}.David Saxton
2016-03-17Revert to pattern matching in isTypeOf()Jonas Gehring
2016-03-14Fix multinomial regression.nkoumchatzky
2016-03-08Fix broken torch.cat{} and added testsJoost van Doorn
2016-03-07Merge pull request #562 from davidsaxton/testerSoumith Chintala
2016-03-07Merge pull request #568 from andreaskoepf/lerp_trunc_fracSoumith Chintala
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf
2016-03-04Extend torch.bernoulli()Sergio Gomez
2016-03-04Merge pull request #567 from nkoumchatzky/masterSoumith Chintala
2016-03-04Fix a bug in :isSetToMalcolm Reynolds
2016-02-27Add a hook to File:writeObject:nkoumchatzky
2016-02-25Replace torch.Tester with totem.Tester + extra stuff.David Saxton
2016-02-22Merge pull request #514 from Moodstocks/quickselsortSoumith Chintala
2016-02-16Added torch.equal function which performs a tensor equality checkFrederic Besse
2016-02-08Merge pull request #534 from ivpopov/patch-1Soumith Chintala
2016-02-08Fix for issue #517: torch.allivpopov