aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/conv_ops.cc
Commit message (Expand)AuthorAge
* Extract Conv2D dimensions parsing and validation into helper functions.Gravatar Eugene Zhulenev2018-09-26
* Do not segfault in Conv2d/3d if cuDNN version is too low.Gravatar Reed Wanderman-Milne2018-09-17
* 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
* 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
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Return unimplemented error when trying to use dilated rate > 1 combined with ...Gravatar Yangzihao Wang2017-12-12
* Add native dilated support for conv2d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2017-11-29
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Fix "wrong enum" comparison.Gravatar A. Unique TensorFlower2017-09-05
* Exposing launchpad for conv2d backprop, and unify launchpads for conv2d and d...Gravatar A. Unique TensorFlower2017-09-04
* Allows cudnn convolution algorithms to proceed when only find one type of alg...Gravatar Yangzihao Wang2017-08-01
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Set winograd nofused flag to be true by default.Gravatar Yangzihao Wang2017-05-28
* Don't assert on unimplemented layoutGravatar Benoit Steiner2017-04-17
* 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
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Run convolution as GEMM if the input activations and filters have the same sp...Gravatar A. Unique TensorFlower2017-01-30
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Added support for TensorFlow backward convolutions to use libxsmm; weightGravatar A. Unique TensorFlower2016-12-20
* Changed parameters and file locations to use libxsmm 1.6.1.Gravatar A. Unique TensorFlower2016-12-05
* Added support for some use of libxsmm to apply convolutions.Gravatar A. Unique TensorFlower2016-11-30
* Fix a bug in the default cudnn workspace size.Gravatar A. Unique TensorFlower2016-11-28
* Change Autotune to the global scope. Switch to hash table for the autotuneGravatar Xiaoqiang Zheng2016-10-10
* Experimental Conv2D implementation specialized for deep convolutions (i.e. la...Gravatar A. Unique TensorFlower2016-08-31
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* Relax static shape information requirements for depthwise and separable conv2d.Gravatar A. Unique TensorFlower2016-08-17
* Remove unnecessary copies from conv ops and pad ops.Gravatar A. Unique TensorFlower2016-08-05
* Clip the padding for negative values.Gravatar Xiaoqiang Zheng2016-06-30
* Improve convolution autotune process. The max batch size VGG model can handleGravatar Xiaoqiang Zheng2016-06-21
* 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
* Added support for convolutions of 16bit floats on CPUGravatar Benoit Steiner2016-05-31
* Enable fp16 for convolution operations, gated on CUDA 7.5. (The fp16 testsGravatar A. Unique TensorFlower2016-05-27
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Add the autotune version for the backward passes. It is currentlyGravatar Xiaoqiang Zheng2016-05-11
* Adding autotune to the Cudnn conv algorithm selection.Gravatar Xiaoqiang Zheng2016-05-09
* Add support for 3d convolutions and pooling. CPU kernels use Eigen, GPU kerne...Gravatar A. Unique TensorFlower2016-05-04
* Disable conv/matmul on eigen since it takes too long to compile on nvcc.Gravatar Vijay Vasudevan2016-04-28
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18