aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image/python
Commit message (Expand)AuthorAge
* Pylint fixGravatar Yong Tang2018-09-06
* Add test case for float16 support on GPU for tf.contrib.image.transformGravatar Yong Tang2018-09-06
* Use an ImageProjectiveTransformV2 op for backwards compatibility (#17011).Gravatar Dan Ringwalt2018-08-30
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* update tf.contrib.image.interpolate_spline to support inputs with partially-s...Gravatar A. Unique TensorFlower2018-08-17
* BEGIN_PUBLICGravatar Dan Ringwalt2018-08-10
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* When a pixel is mapped to an infinite location, it is assigned with the defau...Gravatar A. Unique TensorFlower2018-06-28
* Pylint fixGravatar Yong Tang2018-06-23
* Enables float16 test cases with tf.contrib.image.transformGravatar 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
* Adding non-linear image warping ops to tf.contrib.imageGravatar A. Unique TensorFlower2018-03-19
* Automated g4 rollback of changelist 189089672Gravatar Yifei Feng2018-03-14
* Adding non-linear image warping ops to tf.contrib.imageGravatar A. Unique TensorFlower2018-03-14
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* 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 C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Add tf.contrib.image.connected_components.Gravatar Dan Ringwalt2018-01-17
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* hsv_in_yiq gpu implementation.Gravatar A. Unique TensorFlower2017-12-04
* Delete trailing whitespace in Python codeGravatar A. Unique TensorFlower2017-11-27
* Add docstring note about .transform() backprop behaviour.Gravatar A. Unique TensorFlower2017-11-16
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* [Windows] Include tf.contrib.image ops as part of the Windows build.Gravatar Derek Murray2017-10-04
* Add ops that perform color transforms (including changing value, saturation a...Gravatar A. Unique TensorFlower2017-09-15
* 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
* Merge changes from github.Gravatar Patrick Nguyen2017-04-17
* Internal changesGravatar Rohan Jain2017-03-23
* Add a tf.contrib.image.compose_transforms function (#781).Gravatar Dan Ringwalt2017-03-19
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* 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
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Add a tf.contrib.image.rotate function using a new ImageProjectiveTransform o...Gravatar Dan Ringwalt2016-12-07