aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image
Commit message (Expand)AuthorAge
...
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Fix typo in contrib.image documentation.Gravatar A. Unique TensorFlower2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unnecessary castsGravatar A. Unique TensorFlower2017-05-31
* Cleanup: Use C++ casts, remove redundant casts, use CHECK_OKGravatar A. Unique TensorFlower2017-05-30
* Fix control reaching the end of ProjectiveGenerator.Gravatar Dan Ringwalt2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* 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
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* 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 missing numpy and six depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Add a tf.contrib.image.rotate function using a new ImageProjectiveTransform o...Gravatar Dan Ringwalt2016-12-07