aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/resize_nearest_neighbor_op_gpu.cu.cc
Commit message (Collapse)AuthorAge
* Fixes alignment issue with nearest neighbor interpolation when ↵Gravatar A. Unique TensorFlower2017-04-27
| | | | | | align_corners=True. In particular, we change floorf() to roundf() in discretizing the continuous coordinates when align_corners=True. Change: 154492447
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-13
| | | | | | | | | | in addition to float. Explicitly exempt GPU effects that rely on atomics, for which we have no good solution for half yet. Note that there are still ops that don't _declare_ half support (those that use \u201callnumbertypes\u201d or similar do, those that use \u201cfloat, double\u201d don't); these will be fixed in a forthcoming commit. Change: 119786433
* Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()Gravatar A. Unique TensorFlower2016-04-08
| | | | | due to internal issues. Change: 119424490
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-08
| | | | | | | | | | | in addition to float. Explicitly exempt GPU effects that rely on atomics, for which we have no good solution for half yet. Add some fixes in various places (some in Eigen, some in kernels) to make it all compile. Note that there are still ops that don't _declare_ half support (those that use \u201callnumbertypes\u201d or similar do, those that use \u201cfloat, double\u201d don't); these will be fixed in a forthcoming commit. Change: 119409234
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
| | | | | to our requirements for skflow. Change: 117901053
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
Change: 116925769