aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/conv_grad_filter_ops.cc
Commit message (Expand)AuthorAge
* Generalize TransformFilter method in preparation of NHWC Conv supportGravatar Smit Hinsu2018-09-14
* Add data format as a parameter in ConvParameters to support NHWC formatGravatar Smit Hinsu2018-07-24
* Automated g4 rollback of changelist 196296096Gravatar A. Unique TensorFlower2018-06-14
* Reads the L2 and L3 cache sizes from the system instead of using hard-coded c...Gravatar A. Unique TensorFlower2018-05-11
* Adding a depthwise convolution kernel op (with label 'cudnn_grouped_convoluti...Gravatar A. Unique TensorFlower2018-04-30
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Eliminate the guard around Winograd non-fused convolutions with cudnn7.Gravatar A. Unique TensorFlower2018-04-20
* Adds float64 support for Conv2d, Conv2dBackpropInput, and Conv2dBackpropFilterGravatar Brian Patton2018-03-22
* Moved LIBXSMM convolutions to a separate --define flag so that they are disab...Gravatar A. Unique TensorFlower2018-02-22
* Activates Eigen path for CPU implementation of atrous/dilated convolution (on...Gravatar A. Unique TensorFlower2018-02-16
* Fixed Eigen-version Conv2DBackpropInput kernel, marked with "eigen_tensor".Gravatar Sung Jin Hwang2018-01-18
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Add native dilated support for conv2d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2017-11-29
* Fix crash if tf.nn.conv2d_backprop_filter or tf.nn.conv2d_backprop_input is r...Gravatar Reed Wanderman-Milne2017-10-13
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Exposing launchpad for conv2d backprop, and unify launchpads for conv2d and d...Gravatar A. Unique TensorFlower2017-09-04
* Remove the dependency of cudnn_disable_conv_1x1_optimization flag of filter w...Gravatar Yangzihao Wang2017-08-16
* Add a flag to set whether to skip using cudnn for 1x1 filter.Gravatar Yangzihao Wang2017-08-09
* Allows cudnn convolution algorithms to proceed when only find one type of alg...Gravatar Yangzihao Wang2017-08-01
* Set winograd nofused flag to be true by default.Gravatar Yangzihao Wang2017-05-28
* Merge changes from github.Gravatar Rohan Jain2017-04-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Add a multi-pass mode for autotuning. It tests the autotune multiple times,Gravatar Xiaoqiang Zheng2017-03-21
* Added data type info to conv autotune parameters.Gravatar Yangzihao Wang2017-03-17
* Generalize autotuning to 3d ops.Gravatar A. Unique TensorFlower2017-03-15
* [TF:XLA] Add support for 3D convolution to XLA bridge.Gravatar Peter Hawkins2017-03-06
* Run convolution as GEMM if the input activations and filters have the same sp...Gravatar A. Unique TensorFlower2017-01-30
* Change Autotune to the global scope. Switch to hash table for the autotuneGravatar Xiaoqiang Zheng2016-10-10
* Shard conv2d grad ops into one file for the filter grad ops and one for theGravatar A. Unique TensorFlower2016-10-06