aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/maxpooling_op.cc
Commit message (Expand)AuthorAge
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-28
* Add an NCHW_VECT_C kernel to MaxPoolOp and MaxPoolOpV2Gravatar A. Unique TensorFlower2017-09-08
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Fix race due to unsafe buffer forwarding in maxpooling second order gradients...Gravatar A. Unique TensorFlower2017-04-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Add a convenience method "forward_input_or_allocate_temp" to use buffer forwa...Gravatar A. Unique TensorFlower2017-03-13
* Rename forward_input_to_output -> forward_input_to_output_with_same_shape to ...Gravatar A. Unique TensorFlower2017-02-23
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Define variables derived from int64s as int64.Gravatar A. Unique TensorFlower2017-01-06
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Add more error context to MaxPooling when on CPU and trying to use NCHWGravatar Vijay Vasudevan2016-06-07
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* tensorflow: parallelize MaxPoolingGradOpGravatar A. Unique TensorFlower2016-04-26
* 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
* 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
* 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