aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/histogram_ops.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* 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-02-08
* Fixed linter errors.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* histogram_ops BUGFIX: Float64 was not previously handled.Gravatar Ian Langmore2017-03-01
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add additional space after "Examples" so ```python``` can renderGravatar A. Unique TensorFlower2016-04-11
* histogram_fixed_width now uses unsorted_segment_sum to create theGravatar A. Unique TensorFlower2016-03-25
* histogram_ops refactor:Gravatar A. Unique TensorFlower2016-03-18
* BUGFIX: Allow histogram_ops.histogram_fixed_width to work with N-D new_value...Gravatar A. Unique TensorFlower2016-01-26
* Rollback of "Adding histogram_ops module containing one Op: histogram_fixed_...Gravatar Vijay Vasudevan2016-01-22
* Adding histogram_ops module containing one Op: histogram_fixed_width, which ...Gravatar A. Unique TensorFlower2016-01-21