aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/nn_batchnorm_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Fix support for batch_normalization with mixed precisionGravatar A. Unique TensorFlower2018-05-02
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Make kernel_tests/scalar_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2018-01-25
* Make nn_batchnorm_test.py work with C API enabled.Gravatar Skye Wanderman-Milne2017-12-14
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Add weighted_moments, and allow batch norm to use it to compute frequency-wei...Gravatar A. Unique TensorFlower2016-09-29
* Updated the batch normalization code to make it work with fp16Gravatar Benoit Steiner2016-06-28
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Allow callers to provide a shift value in tf.nn.moments().Gravatar A. Unique TensorFlower2016-05-24
* Split nn_test into more manageable pieces.Gravatar Martin Wicke2016-05-12