aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/reduction_ops_test.py
Commit message (Expand)AuthorAge
* Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Add n-D test cases for better coverageGravatar Yong Tang2018-04-20
* Add test cases with axis and keepdims for tf.count_nonzero and stringGravatar Yong Tang2018-04-20
* Add test case for tf.string support with tf.count_nonzeroGravatar Yong Tang2018-04-20
* Update a few tests to work with Grappler constant folding.Gravatar A. Unique TensorFlower2018-02-28
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* When both axis and reduction_axes are None and keep_dims is False,Gravatar A. Unique TensorFlower2017-11-20
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-28
* Automated g4 rollback of changelist 166396680Gravatar A. Unique TensorFlower2017-09-01
* Automated g4 rollback of changelist 166294015Gravatar A. Unique TensorFlower2017-08-24
* Automated g4 rollback of changelist 165887626Gravatar A. Unique TensorFlower2017-08-23
* Automated g4 rollback of changelist 165773305Gravatar A. Unique TensorFlower2017-08-20
* Reduce time of reduction_ops_testGravatar A. Unique TensorFlower2017-08-18
* Switch implementation of tf.reduce_* to new implementations that areGravatar A. Unique TensorFlower2017-08-18
* Enable reduce_mean, reduce_sum and reduce_prod for complex types on CPU/GPU.Gravatar RJ Ryan2017-04-17
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Undo rollback of reduce_nnz without performance regression; rename to count_n...Gravatar Eugene Brevdo2016-10-19
* Automated rollback of change 135805688Gravatar A. Unique TensorFlower2016-10-17
* Add reduce_nnz python op to get number of nonzeros / non-false in any Tensor.Gravatar Eugene Brevdo2016-10-11
* Merge changes from github.Gravatar Dan Mané2016-09-09
* Fix bug in Eigen causing tf.reduce_max([-inf, -inf]) to return min float inst...Gravatar A. Unique TensorFlower2016-09-02
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Fix degenerate reductionsGravatar Geoffrey Irving2016-07-06
* Fast path for reduction ops when reducing all dimensions.Gravatar Zongheng Yang2016-06-15
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Catch some more cases in reduction_ops_test.py.Gravatar Zongheng Yang2016-06-01
* Support negative values in the reduction_indices argument of reduce_*Gravatar Manjunath Kudlur2016-05-19
* Add more tests for math_ops.reduced_shape.Gravatar A. Unique TensorFlower2016-05-10
* Make reduction gradients safe on empty tensorsGravatar Geoffrey Irving2016-05-02
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Added support for mean reductions on GPUGravatar Benoit Steiner2016-03-04
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fix reduction op to honor host memory constraint.Gravatar A. Unique TensorFlower2016-02-10
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* 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: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06