aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
Commit message (Collapse)AuthorAge
...
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
|
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
|
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
|
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
|
* Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
|
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
|
* Added missing include filesGravatar Benoit Steiner2015-05-28
|
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-22
|
* Added the ability to generate a tensor from a custom user defined ↵Gravatar Benoit Steiner2015-04-22
| | | | | | 'generator'. This simplifies the creation of constant tensors initialized using specific regular patterns. Created a gaussian window generator as a first use case.
* Added support for non-deterministic random number generation on GPUGravatar Benoit Steiner2015-04-22
|
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-20
|
* Improved the tensor random number generators:Gravatar Benoit Steiner2015-04-20
| | | | | * Use a mersenne twister whenebver possible instead of the default entropy source since the default one isn't very good at all. * Added the ability to seed the generators with a time based seed to make them non-deterministic.
* Fixed a bug in the handling of packets by the MeanReducerGravatar Benoit Steiner2015-03-19
|
* Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
|
* Improved the performance of tensor reductionsGravatar Benoit Steiner2015-01-14
| | | | | Added the ability to generate random numbers following a normal distribution Created a test to validate the ability to generate random numbers.
* Improved the functors defined for standard reductionsGravatar Benoit Steiner2014-10-09
| | | | Added a functor to encapsulate the generation of random numbers on cpu and gpu.
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01