aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/random_op.cc
Commit message (Expand)AuthorAge
* Expand stateless random generators to match their stateful cousinsGravatar Geoffrey Irving2018-10-05
* Make tf.random_uniform([0], maxval=0, dtype=tf.int32) not crashGravatar Geoffrey Irving2018-09-18
* Add bfloat16 random_op for CPU.Gravatar A. Unique TensorFlower2018-02-28
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Bugfix: tf.random_gamma incorrectly handles non-batch, scalar draws.Gravatar Joshua V. Dillon2017-10-03
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Remove experimental small-alpha code from gamma random sampler.Gravatar Eugene Brevdo2016-09-01
* Compute gamma samples with double precision.Gravatar A. Unique TensorFlower2016-08-31
* Exposes functor::FillPhiloxRandom<CPUDevice, ...>() so that other modules can...Gravatar A. Unique TensorFlower2016-08-23
* Fix a flaky test by computing half-precision gamma samples with float precisi...Gravatar A. Unique TensorFlower2016-06-24
* Migrate Multinomial-related code out of random_ops.Gravatar Zongheng Yang2016-06-22
* Improves tf.multinomial()'s numerical stability.Gravatar Zongheng Yang2016-06-13
* Adds tf.random_gamma(shape, alpha, beta) to tf core.Gravatar A. Unique TensorFlower2016-06-09
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Replace std::log2() by std::log(), which should fix build issues.Gravatar Zongheng Yang2016-05-31
* Include missing cmath header fileGravatar A. Unique TensorFlower2016-05-31
* Change algorithm in tf.multinomial to have better performance for large class...Gravatar A. Unique TensorFlower2016-05-28
* GPU kernel for the Multinomial op.Gravatar Zongheng Yang2016-05-27
* Remove heuristic caps on parallelism that should now be handled by cost model.Gravatar A. Unique TensorFlower2016-05-24
* Introduce a Multinomial op and a parallel CPU kernel.Gravatar Zongheng Yang2016-05-05
* Make static ReserveRandomOutputs() a member function of GuardedPhiloxRandom.Gravatar Zongheng Yang2016-05-04
* Refactoring shape checking to reduce redundant checksGravatar David G. Andersen2016-05-04
* Internal change (rollback).Gravatar Zongheng Yang2016-05-02
* Expose helper function ReserveRandomOutputs to namespace random.Gravatar Zongheng Yang2016-05-02
* Continuing to eliminate int64->32 implicit conversion warnings and return mor...Gravatar David G. Andersen2016-05-02
* tensorflow: refine PhiloxRandomOp costGravatar A. Unique TensorFlower2016-05-02
* Implement random number generation ops for Eigen::half.Gravatar A. Unique TensorFlower2016-04-05
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Fix bug where attrs with values that are the empty listGravatar Josh Levenberg2016-01-07
* Change: 111522571Gravatar A. Unique TensorFlower2016-01-06
* New GraphDef version 4: TensorFlow is now scalar strictGravatar A. Unique TensorFlower2016-01-06
* Make `MakeShape` and `VectorToShape` robust to negative indices.Gravatar Derek Murray2015-12-16
* TensorFlow: upstream changes to gitGravatar Manjunath Kudlur2015-12-02
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06