aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers
Commit message (Expand)AuthorAge
* Merge pull request #17672 from joeyearsley:patch-3Gravatar TensorFlower Gardener2018-10-02
|\
| * Updated ordering for kwargsGravatar joe yearsley2018-10-02
| * Fixed TestsGravatar josephyearsley2018-09-29
| * Fixed Pylint IssuesGravatar josephyearsley2018-09-29
| * Extended to N-dimsGravatar josephyearsley2018-09-29
| * pylint complianceGravatar josephyearsley2018-09-29
| * added dtype to testGravatar josephyearsley2018-09-29
| * Added Flatten TestGravatar josephyearsley2018-09-29
| * Update core.pyGravatar Joe Yearsley2018-09-29
|/
* Simplify eager/graph Layer.losses conditionalsGravatar Allen Lavoie2018-09-28
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* initializer might be a tensor so do not try to convert it to a booleanGravatar Alexandre Passos2018-08-20
* 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
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* batch_norm: Whether to use batch normalization after each hidden layer.Gravatar A. Unique TensorFlower2018-07-02
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Automated g4 rollback of changelist 200783477Gravatar Reed Wanderman-Milne2018-06-19
* Update a few documentation for layer-input-casting feature.Gravatar James Qin2018-06-19
* Automatic cast layer inputs to the layer's dtype.Gravatar Reed Wanderman-Milne2018-06-15
* Remove hardcoded dtype in tf.layers.xxx() function call to make them compatib...Gravatar James Qin2018-06-14
* 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
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Make default weights initializer in `base_layers.Layer` suitable for their dt...Gravatar A. Unique TensorFlower2018-04-12
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Creates a LinearModel (inherits from keras.training.Model) that creates a linearGravatar Rohan Jain2018-04-04
* Internal change.Gravatar Yuefeng Zhou2018-03-29
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* 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
* Fix test failureGravatar Yuefeng Zhou2018-03-19
* Consolidate all moving_average updates in batchnorm into one implementation.Gravatar Yuefeng Zhou2018-03-16
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Plug a few more PyObject leaks, test for them.Gravatar Allen Lavoie2018-03-12
* Eager: Fix a Dimension PyObject leak, test for it.Gravatar Allen Lavoie2018-03-09
* 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
* Layers bind to a graph when first called, not at __init__.Gravatar A. Unique TensorFlower2018-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
* Actually expose smart_cond and smart_constant_value in tf.contrib.frameworkGravatar Skye Wanderman-Milne2018-02-26