aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/base.py
Commit message (Expand)AuthorAge
* Simplify eager/graph Layer.losses conditionalsGravatar Allen Lavoie2018-09-28
* initializer might be a tensor so do not try to convert it to a booleanGravatar Alexandre Passos2018-08-20
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Automated g4 rollback of changelist 200783477Gravatar Reed Wanderman-Milne2018-06-19
* Automatic cast layer inputs to the layer's dtype.Gravatar Reed Wanderman-Milne2018-06-15
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Creates a LinearModel (inherits from keras.training.Model) that creates a linearGravatar Rohan Jain2018-04-04
* Allow positional arguments in tf.keras.Model subclassesGravatar Allen Lavoie2018-03-28
* Refactor keras.Sequential and enable building Sequential models without speci...Gravatar Francois Chollet2018-03-22
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* 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
* Fixes a number of usability issues with model_to_estimator, in particular:Gravatar Francois Chollet2018-03-05
* Make Layers CheckpointableGravatar Allen Lavoie2018-02-27
* Lazily reads from resource variables in eager mode.Gravatar Alexandre Passos2018-02-13
* Enable Model subclassing, both in eager-mode and symbolic-mode.Gravatar Francois Chollet2018-02-12
* Simplify and extend the management of input-conditional losses and updates.Gravatar Francois Chollet2018-02-09
* 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
* Delete dead code in Layer.Gravatar Akshay Agrawal2018-01-30
* Update tf.keras to the Keras 2.1.3 API.Gravatar Francois Chollet2018-01-25
* Replace instances of `control_dependencies(None)` with `init_scope` whenGravatar Akshay Agrawal2018-01-25
* Make it possible to wrap Layer's `call` method in `tfe.defun`.Gravatar Akshay Agrawal2018-01-05
* Make layer method `compute_output_shape` public.Gravatar Francois Chollet2018-01-04
* Automated g4 rollback of changelist 179846085Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Make it possible to wrap tf.layers.Layer's 'call' method in tfe.defun.Gravatar Akshay Agrawal2017-12-21
* .base_dtype when inferring dtypes of layersGravatar Alexandre Passos2017-12-14
* Support tfe.Network.lossesGravatar Allen Lavoie2017-11-28
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Switch the op naming of tfe.Network to match its variable naming scheme.Gravatar Allen Lavoie2017-11-15
* Rename layers.base.Network -> layers.network.GraphNetworkGravatar Allen Lavoie2017-11-15
* Switch tfe.Network to zero-based naming to match Layer variable names.Gravatar Allen Lavoie2017-11-15
* Update tf.keras RNNs to the Keras 2.0.9 API. Does not include cuDNN layers.Gravatar Francois Chollet2017-11-10
* tfe.Network naming under variable scopes. Networks take on the full prefix of...Gravatar Allen Lavoie2017-11-10
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Gives Eager Networks unique names, adds related errors.Gravatar Allen Lavoie2017-10-26
* Add a build method to LSTMCell.Gravatar Eugene Brevdo2017-10-26
* Make Network compatible with eager mode. Currently it only allows to instanti...Gravatar Francois Chollet2017-10-20
* Caching for variable scopes in LayersGravatar Allen Lavoie2017-10-13
* Switch to nest.flatten() in tf.layers.Layer to allow dicts andGravatar A. Unique TensorFlower2017-10-12
* Switch some contextlib.contextmanagers to regular objectsGravatar Allen Lavoie2017-10-04
* Allow Layer.add_update() in Eager mode.Gravatar A. Unique TensorFlower2017-10-04
* Internal cleanupGravatar A. Unique TensorFlower2017-10-04