aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/crop_and_resize_op.cc
Commit message (Expand)AuthorAge
* 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
|/
* Add Nearest Neighbor sampling to tf.image.crop_and_resize() opGravatar A. Unique TensorFlower2018-05-10
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Automated g4 rollback of changelist 156748870Gravatar A. Unique TensorFlower2017-09-06
* Shard crop_and_resize op across boxes.Gravatar A. Unique TensorFlower2017-08-22
* Rollback changes to crop_and_resize.Gravatar A. Unique TensorFlower2017-05-22
* Capture temporary device tensor, so it doesn't get deallocated before the ker...Gravatar A. Unique TensorFlower2017-05-10
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Automated rollback of change 155096835Gravatar A. Unique TensorFlower2017-05-05
* Automated rollback of change 154868460Gravatar A. Unique TensorFlower2017-05-04
* Don't needlessly synchronize the CUDA stream in CropAndResize.Gravatar A. Unique TensorFlower2017-05-02
* Register more types for tf.image_crop_and_resize(). Resolves #9020.Gravatar A. Unique TensorFlower2017-04-06
* Correct bug in crop_and_resize which caused failures to some tests.Gravatar A. Unique TensorFlower2016-06-29
* Adds a crop_and_resize_op. Crops multiple boxes from a single image and resiz...Gravatar A. Unique TensorFlower2016-06-22