aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/image_resize_ops.cc
Commit message (Expand)AuthorAge
* It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* [TF2XLA] Fix comments in BilinearResize regarding lhs dilation parameter and ...Gravatar Kay Zhu2018-08-23
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [XLA] Add new helper xla::Iota().Gravatar Peter Hawkins2018-06-29
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [TF2XLA] Change to resize bilinear to between match a BackpropInput convoluti...Gravatar Blake Hechtman2018-06-04
* [TF2XLA] Decompose resize bilinear with large filters to work on dimensionsGravatar Blake Hechtman2018-06-01
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Make ResizeBilinear and ResizeBilinearGrad faster for images of size...Gravatar A. Unique TensorFlower2018-01-18
* Use explicit broadcasts in ResizeBilinear Kernel creation to make fusion easier.Gravatar Blake Hechtman2018-01-17
* [TF:XLA] Use broadcasts instead of larger constants for image resizing.Gravatar Blake Hechtman2018-01-09
* [TF:XLA] Refactor large list of hard-coded compile-time constant arguments to...Gravatar Peter Hawkins2017-12-23
* [TF:XLA] Add XLA lowering of ResizeBilinear and ResizeBilinearGrad for the ca...Gravatar Peter Hawkins2017-12-06