aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/convolutional.py
Commit message (Expand)AuthorAge
* 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
* 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
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Bug fix and typo fixes.Gravatar Francois Chollet2018-02-15
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add SeparableConv1D layer and refactor SeparableConv2D to maximize code reuse...Gravatar Francois Chollet2018-01-22
* Make layer method `compute_output_shape` public.Gravatar Francois Chollet2018-01-04
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* 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
* 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
* Remove name_scope from convolutional calls.Gravatar A. Unique TensorFlower2017-10-23
* Clean up properties of layers.Layer:Gravatar A. Unique TensorFlower2017-10-02
* Internal cleanupGravatar A. Unique TensorFlower2017-09-29
* Internal refactoring.Gravatar A. Unique TensorFlower2017-09-29
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Don't try to evaluate a Tensor as a boolean.Gravatar A. Unique TensorFlower2017-08-30
* Make convolutional, pooling and normalization layers to work with EAGER.Gravatar A. Unique TensorFlower2017-08-30
* Fix to SeparableConv2D that did not work when a stride >1 wasGravatar A. Unique TensorFlower2017-08-11
* Add support for weight constraints in tf.layers API.Gravatar Francois Chollet2017-08-09
* tf.nn.separable_conv2d now supports data_format.Gravatar A. Unique TensorFlower2017-08-06
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Backport changes from external Keras into tf.contrib.keras.Gravatar Francois Chollet2017-07-06
* Updating a comment in Conv2D to correctly specify the kernel dimension orderi...Gravatar A. Unique TensorFlower2017-06-14
* tf.layers.conv2d use_bias=True to use nn.bias_addGravatar Toby Boyd2017-06-07
* Add fp16 support to convolutional layers that support it.Gravatar Francois Chollet2017-06-05
* 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
* Fixed the documentation for tf.layers.conv2d to indicate that `use_bias` take...Gravatar Neal Wu2017-05-15
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* [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
* Fix shape handling errir in convolutional layer.Gravatar A. Unique TensorFlower2017-03-28
* Fixed badly formed error message.Gravatar A. Unique TensorFlower2017-03-22
* Add support for the NCHW data_format for 3d operations (convolution, pooling).Gravatar A. Unique TensorFlower2017-03-21
* Fix separable convolution bias checkGravatar A. Unique TensorFlower2017-03-16
* Fix typos and inconsistencies in layers docstrings.Gravatar Francois Chollet2017-03-02
* Fix layers documentation to not lie about the data format used.Gravatar Martin Wicke2017-03-01
* Default reuse should be None, never False. Correct it in layers and add tests.Gravatar Lukasz Kaiser2017-01-18
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20