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
..
2019-09-11 20:12:09 +03:00
2019-08-17 14:15:08 +03:00
2019-08-05 11:27:05 +10:00
2019-10-26 14:14:21 +03:00
2019-09-11 20:12:09 +03:00
2019-08-14 16:52:34 +03:00
2019-08-10 09:14:18 +03:00
2019-06-06 15:21:15 +03:00
2019-08-10 09:14:18 +03:00
2019-06-27 18:37:04 +03:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2019-08-07 15:29:17 +03:00
2019-09-11 20:12:09 +03:00
2019-07-20 22:54:44 +10:00
2019-08-05 11:27:05 +10:00
2019-07-20 23:20:41 +10:00
2019-09-01 22:06:01 +03:00
2019-08-14 16:52:34 +03:00
2019-08-26 19:37:05 +03:00
2019-08-14 16:52:34 +03:00
2019-09-11 20:12:09 +03:00
2019-09-11 21:50:28 +03:00
2019-08-05 11:27:05 +10:00
2019-09-09 16:27:45 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2019-09-11 20:12:09 +03:00
2019-06-06 15:21:15 +03:00
2019-09-11 20:12:09 +03:00
2019-11-06 12:49:27 +02:00
2019-06-06 15:21:15 +03:00
2019-06-27 18:37:04 +03:00
2019-09-11 20:12:09 +03:00
2019-09-09 16:27:45 +03:00
2019-09-11 20:12:09 +03:00
2019-06-06 15:21:15 +03:00
2019-08-26 19:37:05 +03:00
2019-11-06 12:49:27 +02:00
2019-08-23 19:20:50 +03:00
2019-08-15 20:35:15 +03:00
2019-07-20 23:05:21 +10:00
2019-08-05 11:27:05 +10:00
2019-06-27 18:37:04 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00

This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.