aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/depthwise_conv_op_test.py
Commit message (Expand)AuthorAge
* Replace `NWHC` with `NHWC`Gravatar Taehoon Lee2018-07-24
* Increase tolerance for depthwise convolution gradient tests.Gravatar A. Unique TensorFlower2018-06-14
* Don't ever use cuDNN to perform depthwise convolutions on CPU.Gravatar A. Unique TensorFlower2018-05-15
* Adding a depthwise convolution kernel op (with label 'cudnn_grouped_convoluti...Gravatar A. Unique TensorFlower2018-04-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
* Automated g4 rollback of changelist 158990733Gravatar A. Unique TensorFlower2017-06-15
* In the CUDA path of depthwise_conv2d, add a fast variant for forward convolut...Gravatar A. Unique TensorFlower2017-05-28
* In the CUDA path of depthwise_conv2d, use compile-time constants if the filte...Gravatar A. Unique TensorFlower2017-05-03
* Add initial support for NCHW format for DepthwiseConv2D (and separable_conv2d).Gravatar Vijay Vasudevan2017-03-08
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Relax static shape information requirements for depthwise and separable conv2d.Gravatar A. Unique TensorFlower2016-08-17
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add native depthwise_convolution op (backward pass) with GPU kernels. Now theGravatar Jianmin Chen2016-03-04
* Rollback of: Add native depthwise_convolution op (forward pass).Gravatar Jianmin Chen2016-02-25
* Rollback of: Add native depthwise_convolution op (forward pass).Gravatar Vijay Vasudevan2016-02-25
* Add native depthwise_convolution op (forward pass).Gravatar Jianmin Chen2016-02-25