aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/conv_grad_ops.cc
Commit message (Expand)AuthorAge
* Cleanup Conv3D backprop kernels.Gravatar Eugene Zhulenev2018-09-12
* Fix error message formatting.Gravatar Sanjoy Das2018-08-15
* Adding a depthwise convolution kernel op (with label 'cudnn_grouped_convoluti...Gravatar A. Unique TensorFlower2018-04-30
* Add V2 versions of output window size computation functions for convolution.Gravatar Yangzihao Wang2017-10-04
* [TF:XLA] Add support for 3D convolution to XLA bridge.Gravatar Peter Hawkins2017-03-06
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Shard conv2d grad ops into one file for the filter grad ops and one for theGravatar A. Unique TensorFlower2016-10-06
* 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
* Refactor Conv2dBackprop shape computation code.Gravatar A. Unique TensorFlower2016-06-22
* 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
* Merge changes from github.Gravatar Benoit Steiner2016-06-16
* Do not require input and filter tensors to be passed to conv3d_backprop_{inpu...Gravatar A. Unique TensorFlower2016-06-14
* 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
* Optimizes Conv2DCustomBackpropInputOp by up to ~15%.Gravatar Zongheng Yang2016-05-27
* 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
* 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
* Allow non-rectangular strides for conv2d.Gravatar A. Unique TensorFlower2016-03-30
* First pass at enabling non-square strides for convolutions:Gravatar A. Unique TensorFlower2016-03-29
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Support NCHW in forward and backward convolution op.Gravatar Xiaoqiang Zheng2016-02-19
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* Improve TensorFlow convnet performance.Gravatar A. Unique TensorFlower2015-12-17
* Make `MakeShape` and `VectorToShape` robust to negative indices.Gravatar Derek Murray2015-12-16
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-10
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: conv improvements, label_image example, andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Upstream changes from afternoon.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Upstream a batch of changes to git.Gravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06