cavis/libnd4j/include/ops/declarable/generic/random
shugeo fc3f5d4ffb
Shugeo exponential distribution infinities fix (#403)
* Fixed bound problem with Exponential distribution implementation.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added test for Exponential distribution to avoid infinities.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Added a test for exponential distribution with 1M elements.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Cosmetical changes only and tests.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Modified test and implementation for exponential_distribution op.

Signed-off-by: shugeo <sgazeos@gmail.com>

Co-authored-by: raver119 <raver119@gmail.com>
2020-04-22 12:12:00 +03:00
..
bernoulli.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
dropout.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
exponential.cpp Shugeo exponential distribution infinities fix (#403) 2020-04-22 12:12:00 +03:00
gamma.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
get_seed.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
multinomial.cpp Nullify (#304) 2020-03-20 08:49:28 +03:00
normal.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
poisson.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
random_crop.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
random_shuffle.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
set_seed.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
uniform.cpp libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00