aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/random
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix undefined signed integer overflow by performing addition more carefully.Gravatar A. Unique TensorFlower2018-04-19
* Change operands of subtraction expression to have well-defined behaviour.Gravatar A. Unique TensorFlower2018-04-18
* Break the dependency between platform/types.h and bfloat16.h, and betweenGravatar A. Unique TensorFlower2018-03-13
* Add bfloat16 random_op for CPU.Gravatar A. Unique TensorFlower2018-02-28
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Implement save/restore for ShuffleDataset[reshuffle_each_iteration=False].Gravatar Saurabh Saxena2017-11-02
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Clean up warnings and IWYU in tensorflow/core/lib.Gravatar Derek Murray2016-09-21
* third_party/tensorflow/core: Use macro __linux__ instead of __linuxGravatar A. Unique TensorFlower2016-08-12
* Made sure that philox arrays are initialized properly.Gravatar Benoit Steiner2016-07-13
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Make PhiloxRandom use __umulhi on all CUDA compiles.Gravatar A. Unique TensorFlower2016-05-27
* tensorflow: refine PhiloxRandomOp costGravatar A. Unique TensorFlower2016-05-02
* Implement random number generation ops for Eigen::half.Gravatar A. Unique TensorFlower2016-04-05
* Use __host__ __device__ attributes during host and device-side CUDA compilation.Gravatar A. Unique TensorFlower2016-03-08
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Fix minor typo in comment (numberes -> numbers)Gravatar David G. Andersen2016-02-12
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
* TensorFlow: upstream changes to gitGravatar Manjunath Kudlur2015-12-02
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06