aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/image_ops_test.py
Commit message (Expand)AuthorAge
* Fixes bug in tf2xla NMS implementation.Gravatar Tayo Oguntebi2018-09-26
* Enable tests for CPU and GPU backends that involve XlaSort.Gravatar Adrian Kuegel2018-09-19
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Adds a NonMaxSuppressionV4 op, with a corresponding TF2XLA implementation.Gravatar Tayo Oguntebi2018-07-30
* Import package xla_test instead of class XLATestCase.Gravatar A. Unique TensorFlower2018-06-28
* [TF2XLA] Decompose resize bilinear with large filters to work on dimensionsGravatar Blake Hechtman2018-06-01
* Only generate floating points that are fractions like n / 256, since they are...Gravatar A. Unique TensorFlower2018-04-19
* Disable failing test RGBToHSVTest.testBatchGravatar HyoukJoong Lee2018-04-18
* [TF] Enable half precision XLA compiler tests for the gpu backend.Gravatar Bixia Zheng2018-04-13
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Enable and fix some bfloat16 tests.Gravatar A. Unique TensorFlower2018-01-23
* [TF:XLA] Make ResizeBilinear and ResizeBilinearGrad faster for images of size...Gravatar A. Unique TensorFlower2018-01-18
* [TF:XLA] Implement AdjustContrastv2, AdjustHue, AdjustSaturation, HSVToRGB, R...Gravatar Peter Hawkins2017-12-22
* [TF:XLA] Add XLA lowering of ResizeBilinear and ResizeBilinearGrad for the ca...Gravatar Peter Hawkins2017-12-06