aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_device_ops.h
Commit message (Expand)AuthorAge
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* Remove the "constants" input group from _XlaRun; NFCGravatar Sanjoy Das2018-09-24
* Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* Adding device registration for the IteratorGetNextSyncOp which is used in Eag...Gravatar Rohan Jain2018-08-21
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* [TF:XLA] Fix bug where the wrong value could be returned if always_return_tup...Gravatar Peter Hawkins2018-07-18
* Register DestroyResourceOp for XLA devicesGravatar Igor Ganichev2018-07-12
* [TF:XLA] Add partial implementation of tf.FIFOQueue for XLA devices (e.g., TPU).Gravatar Peter Hawkins2018-06-28
* Implement Shape and friends as a direct XLA kernelsGravatar Igor Ganichev2018-06-11
* Automated g4 rollback of changelist 198810875Gravatar Peter Hawkins2018-06-01
* Automated g4 rollback of changelist 198803131Gravatar Peter Hawkins2018-05-31
* [TF:XLA] Preliminary support for tpu.replicate() inside of TF control flow (s...Gravatar Peter Hawkins2018-05-31
* [TF:XLA] Add direct implementation of AssignVariableOp for XLA devices.Gravatar Peter Hawkins2018-05-25
* [TF:XLA] Register Switch and Merge ops on XLA devices.Gravatar Peter Hawkins2018-05-25
* Don't XLA-compile naked variable readsGravatar Igor Ganichev2018-05-24
* [TF:XLA] Register a real implementation of ControlTrigger on XLA devices.Gravatar Peter Hawkins2018-05-23
* [TF:XLA] Remove underscore prefix from XlaLaunch operator.Gravatar Peter Hawkins2018-05-18
* Register XLA device kernel for IdentityN op.Gravatar A. Unique TensorFlower2018-05-10
* [TF:XLA] Register the _HostCast operator on XlaDevice subclasses.Gravatar Peter Hawkins2017-09-26
* [TF:XLA] Remove temporary registrations for control flow operators on XLA_ de...Gravatar Peter Hawkins2017-04-27
* [TF:XLA] Remove registrations for non-resource variable ops on XLA_* devices.Gravatar Peter Hawkins2017-03-28
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Refactor build targets in //tensorflow/compiler/jit, split ops into ...Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* [TF:XLA] Implement Placeholder on XLA_ devices using the common Placeholder k...Gravatar Peter Hawkins2017-02-13
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09