aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/histogram_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Add additional check so that nbins is scalar, in case nbins is not known (but...Gravatar Yong Tang2018-07-16
* Add additional check that nbins has to be > 0Gravatar Yong Tang2018-07-16
* Pylint and clang-format fixGravatar Yong Tang2018-07-16
* Add test cases for nbins/range_value for shape function of HistogramFixedWidthGravatar Yong Tang2018-07-16
* Fixed linter errors.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Better shape function for fixed width histogram op.Gravatar A. Unique TensorFlower2017-10-25
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* histogram_ops BUGFIX: Float64 was not previously handled.Gravatar Ian Langmore2017-03-01
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* changing zeros_initializer API to be like other callable initializersGravatar Olivia Nordquist2016-12-11
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* 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