aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/ops_util.cc
Commit message (Expand)AuthorAge
* Fix issue where some pooling op gradients on the CPU would fail when strides ...Gravatar A. Unique TensorFlower2017-09-01
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Added C++ Shape inference function for Conv2D.Gravatar Vijay Vasudevan2016-07-20
* Refactor Get2dOutputSizes/Get2dOutputSizesVerbose/Get3dOutputSizes to share a...Gravatar A. Unique TensorFlower2016-06-20
* Do not require input and filter tensors to be passed to conv3d_backprop_{inpu...Gravatar A. Unique TensorFlower2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Add support for 3d convolutions and pooling. CPU kernels use Eigen, GPU kerne...Gravatar A. Unique TensorFlower2016-05-04
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* Delete RequireDefaultOps() now that all references have been deleted.Gravatar Josh Levenberg2016-03-01
* Change ReaderOp kernel to be async, by having it own a thread on which itGravatar A. Unique TensorFlower2016-02-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06