aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_context.h
Commit message (Expand)AuthorAge
* Add XLA token input/output to XlaIf and XlaWhile when necessary.Gravatar Tong Shen2018-09-07
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* [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] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* Automated g4 rollback of changelist 200777514Gravatar Kay Zhu2018-06-19
* Automated g4 rollback of changelist 200750664Gravatar Kay Zhu2018-06-15
* [TF2XLA] Remove the last unncessary host-to-device memcpy, and remove theGravatar Kay Zhu2018-06-15
* Automated g4 rollback of changelist 196691101Gravatar Peter Hawkins2018-05-16
* Automated g4 rollback of changelist 196683444Gravatar Peter Hawkins2018-05-15
* [TF:XLA] Generalize existing support for keeping variables on an XLA device i...Gravatar Peter Hawkins2018-05-15
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Add a hook to allow reshaping of TensorFlow variables when storing t...Gravatar Peter Hawkins2018-02-14
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* [TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variab...Gravatar A. Unique TensorFlower2017-12-01
* [TF:XLA] Implement Cumsum and Cumprod using the XLA ReduceWindow operator.Gravatar Peter Hawkins2017-11-28
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* [TF:XLA] Simplify XlaCompiler API. Unconditionally builds an XLA computation,...Gravatar Peter Hawkins2017-09-20
* [TF:XLA] Cleanups to handling of arguments during XLA compilation:Gravatar Peter Hawkins2017-09-12
* [TF:XLA] Inline the sigmoid operation instead of mapping it elementwise.Gravatar A. Unique TensorFlower2017-06-27
* [TF:XLA] Refactor handling of Resources (Variables and TensorArrays) in the X...Gravatar Peter Hawkins2017-06-16
* [TF:XLA] Initial implementation of TensorArray ops.Gravatar Peter Hawkins2017-06-07
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* [TF:XLA] Refactor XlaContext, moving some of its reponsibilities to XlaCompil...Gravatar Peter Hawkins2017-02-11
* [TF:XLA] Remove locking from XlaContext, which is only ever used from a singl...Gravatar Peter Hawkins2017-02-09
* [TF:XLA] Add an option to disable special handling of compile-time constants,...Gravatar Peter Hawkins2017-01-27
* Add a unit test for XlaCompiler.Gravatar Peter Hawkins2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09