cavis/libnd4j/include/ops/declarable/generic/random
shugeo 7b14a9f603
Gamma and Poisson distributions (#27)
* Added implementation for random_gamma op.

* Added implementation for random_poisson op and support classes.

* Added helpers for random_poisson and random_gamma ops.

* Implementation of random_poisson. The first working edition.

* Implementation of random_poisson. Parallelized working edition.

* Implementation of random_gamma. Parallelized working edition with alpha only.

* Added cuda implementation for helper of poisson distribution.

* Corrected shape calculation with random_gamma and tests.

* Finished cpu implementation for gamma distribution.

* Finished cuda implementation for random_gamma op.

* Refactored cpu helpers for random_gamma and random_poisson ops.

* Refactored cuda helpers for gamma and poisson distribution.

* Refactored cuda helper for gamma distribution.

* Refactored cpu helper for random_poisson op.

* Refactored cpu helper for random_gamma op.
2019-11-04 15:42:28 +02:00
..
bernoulli.cpp [WIP] CUDA tweaks (#60) 2019-07-20 23:06:48 +10:00
exponential.cpp [WIP] CUDA tweaks (#60) 2019-07-20 23:06:48 +10:00
gamma.cpp Gamma and Poisson distributions (#27) 2019-11-04 15:42:28 +02:00
get_seed.cpp Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
normal.cpp [WIP] CUDA tweaks (#60) 2019-07-20 23:06:48 +10:00
poisson.cpp Gamma and Poisson distributions (#27) 2019-11-04 15:42:28 +02:00
random_crop.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
random_shuffle.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
set_seed.cpp Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
uniform.cpp [WIP] CUDA tweaks (#60) 2019-07-20 23:06:48 +10:00