aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/core.py
Commit message (Expand)AuthorAge
* Updated ordering for kwargsGravatar joe yearsley2018-10-02
* pylint complianceGravatar josephyearsley2018-09-29
* Update core.pyGravatar Joe Yearsley2018-09-29
* Fix incorrect doc in tf.layers.denseGravatar Yong Tang2018-08-10
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Internal cleanupGravatar Scott Zhu2018-08-06
* Remove hardcoded dtype in tf.layers.xxx() function call to make them compatib...Gravatar James Qin2018-06-14
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* 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
* Improvement to eager linear regression benchmarkGravatar Akshay Modi2018-03-06
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Fix the documentation for the dense layer for how rank > 2 inputs are handled.Gravatar A. Unique TensorFlower2018-01-26
* Make layer method `compute_output_shape` public.Gravatar Francois Chollet2018-01-04
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Update tf.keras Dataset, Engine and Layers to the Keras 2.0.9 API.Gravatar Anjali Sridhar2017-11-14
* 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
* Clean up properties of layers.Layer:Gravatar A. Unique TensorFlower2017-10-02
* TFE: Fix tf.layers.FlattenGravatar Shanqing Cai2017-10-02
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Add Flatten to core layers.Gravatar Francois Chollet2017-09-11
* Make core layers EAGER model friendly.Gravatar A. Unique TensorFlower2017-08-30
* Add support for weight constraints in tf.layers API.Gravatar Francois Chollet2017-08-09
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Support tensors as dropout rates again, by removing the min(max(..)..) clippingGravatar A. Unique TensorFlower2017-05-24
* 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
* Change behavior of tf.layers._Layer: scope (if not provided) is set lazily.Gravatar Eugene Brevdo2017-03-20
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Fix typos and inconsistencies in layers docstrings.Gravatar Francois Chollet2017-03-02
* Add compute_output_shape method to tf.layers objects.Gravatar Eugene Brevdo2017-02-16
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Default reuse should be None, never False. Correct it in layers and add tests.Gravatar Lukasz Kaiser2017-01-18
* Rename `weights` in `Dense` layer to `kernel`, and add base layer aliases for...Gravatar Francois Chollet2017-01-17
* Replace array_ops.unpack with array_ops.unstack in third_party/tensorflow.Gravatar A. Unique TensorFlower2016-12-16
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Fix slowdown in graph building introduced by repeated calls to `inspect`.Gravatar Francois Chollet2016-12-13
* Avoid both conditional branches being computed in Dropout and BatchNormalizat...Gravatar Francois Chollet2016-12-12
* Changes to zeros_initializer which seem to have been missed in the migration.Gravatar A. Unique TensorFlower2016-12-12
* Update base Layer to be consistent with the rest of TF.Gravatar Sergio Guadarrama2016-12-03
* Switch FIXME to TODOGravatar Asim Shankar2016-12-01
* Add convolutional layers to core.Gravatar A. Unique TensorFlower2016-11-30
* Move properties in Layer to read-only; add output_size property.Gravatar Eugene Brevdo2016-11-30
* Add Dropout layer, its functional interface, and `training` argument support ...Gravatar A. Unique TensorFlower2016-11-29
* Add tests and correct reuse and custom_getter passing in core layers.Gravatar Lukasz Kaiser2016-11-29
* Introduce the FullyConnected layer class and functional wrapper.Gravatar A. Unique TensorFlower2016-11-23