aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/avgpooling_op.cc
Commit message (Expand)AuthorAge
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Remove recently introduced LOG INFO statements from AvgPoolingOpGravatar Smit Hinsu2018-03-20
* Adds float64 support for avg pool and its gradient.Gravatar Brian Patton2018-03-20
* Specify that only NHWC is supported for certain ops on CPU specifically, rath...Gravatar Neal Wu2017-12-20
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Use Cudnn for avgpool by default.Gravatar James Qin2017-05-22
* Adding an environment variable to control whether to use Cudnn with AvgPool:Gravatar Xiaoqiang Zheng2016-07-11
* Refactor Get2dOutputSizes/Get2dOutputSizesVerbose/Get3dOutputSizes to share a...Gravatar A. Unique TensorFlower2016-06-20
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-06
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar A. Unique TensorFlower2016-06-03
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-03
* Updated the gradient computations for the average pooling operation to takeGravatar Benoit Steiner2016-06-02
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Move the NeuralNetwork code out of third_party/eigen3 and intoGravatar Benoit Steiner2016-03-23
* Re-rollback of "TensorFlow: move eigen some NN code from our third_party/eige...Gravatar Vijay Vasudevan2016-03-18
* Rollforward of "TensorFlow: move eigen some NN code from our third_party/eige...Gravatar Vijay Vasudevan2016-03-18
* Rollback of "TensorFlow: move eigen some NN code from our third_party/eigen3 ...Gravatar Vijay Vasudevan2016-03-18
* TensorFlow: move eigen some NN code from our third_party/eigen3 copyGravatar Vijay Vasudevan2016-03-18
* Multiple layout support for pooling operations.Gravatar Xiaoqiang Zheng2016-02-25
* 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
* 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