aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/pooling_ops.cc
Commit message (Expand)AuthorAge
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [TF:XLA] Use newly-added pooling library AvgPoolGrad in tf2xlaGravatar A. Unique TensorFlower2018-08-23
* [TF:XLA] Start using XLA pooling library in tf2xlaGravatar A. Unique TensorFlower2018-08-07
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add a new client helper library for building constants.Gravatar Peter Hawkins2018-07-02
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [TF:XLA] Implement MaxPool3DGradGrad.Gravatar Peter Hawkins2018-06-22
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] do not emit bfloat16 sum reductions from tf2xlaGravatar Nick Desaulniers2018-03-21
* Implements MaxPoolGradGrad in tf2xla using bitwise trickery. Further detail c...Gravatar Brian Patton2018-03-06
* Merge changes from github.Gravatar Michael Case2018-02-07
* Switch over to max_pool_v2 in PythonGravatar Russell Power2018-01-29
* [TF:XLA] Refactor large list of hard-coded compile-time constant arguments to...Gravatar Peter Hawkins2017-12-23
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Implement 3d pooling ops in the TF/XLA bridge.Gravatar Peter Hawkins2017-03-08
* [TF:XLA] Add support for 3D convolution to XLA bridge.Gravatar Peter Hawkins2017-03-06
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09