aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/depthwise_conv_op.cc
Commit message (Expand)AuthorAge
* 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
* Adds float64 support for Conv2d, Conv2dBackpropInput, and Conv2dBackpropFilterGravatar Brian Patton2018-03-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Add native dilated support for conv2d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2017-11-29
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Exposing launchpad for conv2d backprop, and unify launchpads for conv2d and d...Gravatar A. Unique TensorFlower2017-09-04
* Disable the 'output size too large' check for the CPU path of depthwise convo...Gravatar A. Unique TensorFlower2017-08-29
* Fix incorrect condition to instantiate depthwise_ops introduced in commit 15d...Gravatar A. Unique TensorFlower2017-05-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add initial support for NCHW format for DepthwiseConv2D (and separable_conv2d).Gravatar Vijay Vasudevan2017-03-08
* Implement sharding by input row for depthwiseconv2d, allowing multithreading ...Gravatar Andrew Harp2017-03-02
* Relax static shape information requirements for depthwise and separable conv2d.Gravatar A. Unique TensorFlower2016-08-17
* Refactor Get2dOutputSizes/Get2dOutputSizesVerbose/Get3dOutputSizes to share a...Gravatar A. Unique TensorFlower2016-06-20
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Optimized implementation of depthwise conv backprop filter for CPU.Gravatar A. Unique TensorFlower2016-04-18
* Optimized DepthwiseConvBackpropInputOp for CPU.Gravatar A. Unique TensorFlower2016-03-29
* Split depthwise conv gradient ops out into their own file.Gravatar A. Unique TensorFlower2016-03-23
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* First attempt at an optimized implementation of DepthwiseConv2D for CPU.Gravatar A. Unique TensorFlower2016-03-07
* Remove endl which broke OSS.Gravatar Jianmin Chen2016-03-04
* 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
* Remove endl at the end of VLOG.Gravatar Manjunath Kudlur2016-02-25
* Add native depthwise_convolution op (forward pass).Gravatar Jianmin Chen2016-02-25