aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image/python/ops/image_ops.py
Commit message (Expand)AuthorAge
* Use an ImageProjectiveTransformV2 op for backwards compatibility (#17011).Gravatar Dan Ringwalt2018-08-30
* BEGIN_PUBLICGravatar Dan Ringwalt2018-08-10
* Pylint fixGravatar Yong Tang2018-06-23
* Add float16 support for tf.contrib.image.transformGravatar Yong Tang2018-06-23
* contrib/image: minor spelling tweaks (#18162)Gravatar brett koonce2018-04-11
* Make flat_transforms_to_matrices and matrices_to_flat_transforms public (#781).Gravatar Dan Ringwalt2018-02-05
* Clarify that tf.contrib.image.rotate angles are counterclockwise.Gravatar Dan Ringwalt2018-02-05
* Add tf.contrib.image.connected_components.Gravatar Dan Ringwalt2018-01-17
* Add docstring note about .transform() backprop behaviour.Gravatar A. Unique TensorFlower2017-11-16
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Fix typo in contrib.image documentation.Gravatar A. Unique TensorFlower2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* This is to add the tf.contrib.image.bipartite_match op. It can find bipartite...Gravatar A. Unique TensorFlower2017-05-10
* Add bilinear interpolation to tf.contrib.image.Gravatar Dan Ringwalt2017-05-05
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Internal changesGravatar Rohan Jain2017-03-23
* Add a tf.contrib.image.compose_transforms function (#781).Gravatar Dan Ringwalt2017-03-19
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Update callers of array_ops.concat to call array_ops.concat_v2 instead since ...Gravatar A. Unique TensorFlower2017-01-04
* Add a tf.contrib.image.rotate function using a new ImageProjectiveTransform o...Gravatar Dan Ringwalt2016-12-07