cavis/libnd4j/include/ops/declarable/generic/random
shugeo 08853c7829
Shugeo random uniform int (#30)
* Corrected randomuniform declaration.

* Refactored uniform distribution for both cuda and cpu platforms.

* Refactored uniform distribution and tests.

* Fixed type usage with indices.

* Refactored uniform distribution implementation and tests to full conform with TF implementation.

* Refactored gamma function to use type util method.

* Copyright changes and fixes with ConstantHelper.

* Added error checking on allocate cuda device memory and operations.
2019-11-06 12:49:27 +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 Shugeo random uniform int (#30) 2019-11-06 12:49:27 +02:00