aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/layers/convolutional_test.py
Commit message (Expand)AuthorAge
* Part 2/3 of the update of tf.keras to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-09
* Part 1/3 of the feature sync to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-08
* Fixes bug in Conv2D unit test that made it test a SeparableConv2D layer inste...Gravatar A. Unique TensorFlower2018-10-03
* Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fix: DepthwiseConv2D fails when bias is enabledGravatar Pavithra Vijay2018-06-15
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17