aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/pooling.py
Commit message (Expand)AuthorAge
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Make layer method `compute_output_shape` public.Gravatar Francois Chollet2018-01-04
* EagerVariableStore, for compatibility with functional layers.Gravatar Alexandre Passos2017-10-30
* TFE: Add compatibility doc strings to functional layersGravatar Shanqing Cai2017-10-26
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Fixed triggering create device multiple timesGravatar Toby Boyd2017-06-05
* Refactor Keras layers to rely on core TF layers, specifically:Gravatar Francois Chollet2017-05-16
* [tf layers] Delay marking a layer as built until the end of its first apply().Gravatar Eugene Brevdo2017-05-02
* Refactor Keras layers to rely on core TF layers.Gravatar Francois Chollet2017-04-26
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Avoid both conditional branches being computed in Dropout and BatchNormalizat...Gravatar Francois Chollet2016-12-12
* Add pooling layer classes and their functional versions.Gravatar A. Unique TensorFlower2016-12-01