aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/random_ops.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Improvements in the documentation of tf.random_gamma, tf.random_poisson and t...Gravatar A. Unique TensorFlower2018-06-20
* Derivative of tf.random_gamma with respect to the alpha parameter.Gravatar A. Unique TensorFlower2018-06-19
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Enable bfloat16 use from Python:Gravatar Peter Hawkins2017-12-04
* Fixing wording in truncated_normal as per Github bug request #13686.Gravatar A. Unique TensorFlower2017-12-04
* Add support for int32 output types to the Multinomial op.Gravatar Peter Hawkins2017-11-30
* Switch over python calls to RandomPoissonV2.Gravatar Dhananjay Nakrani2017-10-31
* Fix multinomial doc-string, input arg logits expects to log-probabilities and...Gravatar A. Unique TensorFlower2017-06-24
* Raise ValueError if invalid dtype for random_uniform.Gravatar Dumitru Erhan2017-06-21
* Show entire shapes in random_crop assertion.Gravatar Geoffrey Irving2017-05-10
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Bugfix: Ensure tf.random_gamma can never return 0. Fixes #7474.Gravatar Joshua V. Dillon2017-02-27
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* In call_cpp_shape_fn, use whether the shape inference fn requested input tensorGravatar A. Unique TensorFlower2016-11-15
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* Switch moreops to using c++ shape functions instead of python.Gravatar Vijay Vasudevan2016-11-11
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Convert ops in contrib, parsing_ops, and random_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* Compute gamma samples with double precision.Gravatar A. Unique TensorFlower2016-08-31
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Add a ParameterizedTruncatedNormalOp to eventually replace the current Trunca...Gravatar A. Unique TensorFlower2016-07-12
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Removes an incorrect usage in tf.multinomial()'s docstring.Gravatar Zongheng Yang2016-06-13
* Adds tf.random_gamma(shape, alpha, beta) to tf core.Gravatar A. Unique TensorFlower2016-06-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Introduce a Multinomial op and a parallel CPU kernel.Gravatar Zongheng Yang2016-05-05
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Generalize tf.image.random_crop to dimension-independent tf.random_cropGravatar Geoffrey Irving2016-02-08
* Make shape inference more scalar strictGravatar Geoffrey Irving2016-01-24
* Prepare to hide tf.tensor_utilGravatar Geoffrey Irving2016-01-20
* TensorFlow: upstream changes to gitGravatar Manjunath Kudlur2015-12-02
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Upstream changes to git.Gravatar Manjunath Kudlur2015-11-08
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06