aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/resize_bilinear_op.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit 07c5a99c450acbceb6f472f9e3a48675286a8e34Gravatar A. Unique TensorFlower2018-08-24
* Automated rollback of commit 82ed20cb8522eb61ab1dbb810cc37573a99b751eGravatar Anna R2018-08-23
* Make resize op kernels compile on platforms where Eigen::Index != long long.Gravatar A. Unique TensorFlower2018-08-23
* Automated rollback of commit aee128fb46f2721b07e5fa04ed6fac4b67963807. Revert...Gravatar A. Unique TensorFlower2018-07-23
* Merge pull request #20746 from nluehr:merge_resize_bilinearGravatar TensorFlower Gardener2018-07-17
|\
| * Reformat with proper code style.Gravatar Nathan Luehr2018-07-16
| * merged crop_and_resize with resize_bilinear_op internalsGravatar Thor Johnsen2018-07-12
|/
* fix type name is not allowedGravatar fo402252018-02-11
* Improve performance of ResizeBilinear:Gravatar A. Unique TensorFlower2017-02-07
* Various speedups to ResizeBilinearOp:Gravatar Jeffrey A. Dean2017-01-25
* Remove extra unnecessary parameter to functor::ResizeBilinearGravatar Brennan Saeta2017-01-17
* Improve the performance of resize_bilinear.Gravatar Brennan Saeta2017-01-17
* Remove unnecessary zero check from resize_bilinear_op.cc.Gravatar Brennan Saeta2016-12-15
* GPU implementation of forward and backward bilinear interpolation.Gravatar A. Unique TensorFlower2016-09-08
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* fp16-enable all image resize ops. (Most of them already had code builtGravatar A. Unique TensorFlower2016-05-25
* Additional refactoring of the resize kernels to fix int64->32Gravatar David G. Andersen2016-04-25
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-13
* Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()Gravatar A. Unique TensorFlower2016-04-08
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-08
* Refactoring common checking and size computation code into aGravatar David G. Andersen2016-03-18
* In ResizeBilinearOp, reduce the number of multiplicationsGravatar A. Unique TensorFlower2016-02-02
* 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
* Change: 111565458Gravatar Manjunath Kudlur2016-01-07
* 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: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* 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