aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/_impl/keras/layers/normalization.py
Commit message (Expand)AuthorAge
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* When not necessary, avoid the creation of a `placeholder_with_default` in BN ...Gravatar Francois Chollet2018-04-11
* Remove BN workaround for resource variable gradients bug that was recently fi...Gravatar Francois Chollet2018-04-10
* Refactor layers:Gravatar Francois Chollet2018-04-10
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Eager support for tf.Keras.Gravatar Anjali Sridhar2018-01-31
* Move the Keras API to tf.keras.Gravatar Francois Chollet2017-09-05