aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fractional_max_pool_op.cc
Commit message (Expand)AuthorAge
* Fix tf.nn.fractional_max_pool output have same batch size when feed with diff...Gravatar A. Unique TensorFlower2018-01-03
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* 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
* Switch fractional avg+max pool shape fns to use C++ shape fns. Add those C++Gravatar A. Unique TensorFlower2016-09-08
* Adds fractional_max_pool and fractional_avg_pool ops. Fixes #2953.Gravatar A. Unique TensorFlower2016-08-30