aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image/kernels
Commit message (Expand)AuthorAge
* Fix GPU build issue on python 3Gravatar Yong Tang2018-09-23
* Add 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
* BEGIN_PUBLICGravatar Dan Ringwalt2018-08-10
* When a pixel is mapped to an infinite location, it is assigned with the defau...Gravatar A. Unique TensorFlower2018-06-28
* Register float16 for ImageProjectiveTransform kernelGravatar Yong Tang2018-06-23
* Automated g4 rollback of changelist 193788768Gravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Allow output has a different shape from input in the image.transform (#17011).Gravatar A. Unique TensorFlower2018-04-21
* Automated g4 rollback of changelist 193564222Gravatar A. Unique TensorFlower2018-04-19
* Allow output has a different shape from input in the image.transform (#17011).Gravatar A. Unique TensorFlower2018-04-19
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Add tf.contrib.image.connected_components.Gravatar Dan Ringwalt2018-01-17
* hsv_in_yiq gpu implementation.Gravatar A. Unique TensorFlower2017-12-04
* Add ops that perform color transforms (including changing value, saturation a...Gravatar A. Unique TensorFlower2017-09-15
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* 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
* 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 Patrick Nguyen2017-04-17
* Add a tf.contrib.image.rotate function using a new ImageProjectiveTransform o...Gravatar Dan Ringwalt2016-12-07