aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/atrous_conv2d_test.py
Commit message (Expand)AuthorAge
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Add atrous support to depthwise_conv2d.Gravatar A. Unique TensorFlower2016-12-07
* Implement tf.nn.atrous_conv2d_transpose. Close bugs #4668 and #5300.Gravatar A. Unique TensorFlower2016-12-01
* To make the tests run both on GPU and CPU, when available, override use_gpu toGravatar Gunhan Gulsoy2016-09-09
* Remove more uses of use_gpu from tensorflow tests.Gravatar Gunhan Gulsoy2016-08-05
* Prune down atrous_conv2d() test to execute faster.Gravatar A. Unique TensorFlower2016-07-20
* Split up nn_conv_test to reduce test size.Gravatar Gunhan Gulsoy2016-07-18