aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/layers/normalization.py
Commit message (Expand)AuthorAge
* Migrate Keras from `variable_scope` imports to `variables`.Gravatar Tom Hennigan2018-08-27
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Fix support for batch_normalization with mixed precisionGravatar A. Unique TensorFlower2018-07-12
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Make ops.colocate_with work with tower-local variables as well.Gravatar Yuefeng Zhou2018-06-13
* Replace add_variable() with add_weight() in official keras layers.Gravatar James Qin2018-06-07
* Fix bug with renorm + virtual_batch_size.Gravatar Chris Ying2018-05-30
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17