aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/resize_bicubic_op.cc
Commit message (Expand)AuthorAge
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Implementing gradients for tf.image.resize_bicubic.Gravatar A. Unique TensorFlower2017-09-13
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Improve performance of ResizeBicubic:Gravatar A. Unique TensorFlower2017-03-14
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Improve the performance of the resize_bicubic_op.Gravatar Brennan Saeta2017-01-25
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Refactoring common checking and size computation code into aGravatar David G. Andersen2016-03-18
* Use faster floating point rounding and floor primitives in a couple of image ...Gravatar A. Unique TensorFlower2016-03-11
* Add missing include that broke the OSS build on Mac.Gravatar A. Unique TensorFlower2016-03-10
* Speed up bicubic image resizer op by >2x and make it more readable. Add bench...Gravatar A. Unique TensorFlower2016-03-09
* Lazily initialize the static coeffcients table once, on first use,Gravatar A. Unique TensorFlower2016-02-29
* Adds an "align_corners" option to the ResizeNearestNeighbor (+its gradient), ...Gravatar A. Unique TensorFlower2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Fix some lint errors in image_ops_test.py and word2vec_basic.pyGravatar Vijay Vasudevan2015-12-22
* Validate expectations on parameters.Gravatar A. Unique TensorFlower2015-12-17
* 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