aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/variable_ops.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [TF:XLA] Implement ResourceScatter{Update,Add,Sub,Mul,Div,Min,Max,NdAdd,NdUpd...Gravatar Peter Hawkins2018-06-22
* [TF:XLA] Add direct implementation of AssignVariableOp for XLA devices.Gravatar Peter Hawkins2018-05-25
* Don't XLA-compile naked variable readsGravatar Igor Ganichev2018-05-24
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Implement GatherNd.Gravatar Peter Hawkins2018-02-05
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* [TF:XLA] Support for DT_INT64 in the VariableShape operation.Gravatar Asim Shankar2017-12-06
* [TF:XLA] VariableShape op support.Gravatar Asim Shankar2017-11-29
* [XLA:CPU] Switch TF gather's HLO implementation to use dynamic-update-slice i...Gravatar Justin Lebar2017-10-11
* Adds XLA support for GatherV2 (gather with axis parameter).Gravatar A. Unique TensorFlower2017-09-26
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Use XLA While loop in Gather/Scatter tf2xla bridge ops, to prevent excessivel...Gravatar A. Unique TensorFlower2017-08-16
* Refactor XLA Gather to use a common implementation for Gather, ResourceGather...Gravatar A. Unique TensorFlower2017-08-14
* [TF:XLA] Implementing ResourceGather in TF2XLA.Gravatar A. Unique TensorFlower2017-07-12
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Implement ResourceApplyAdagrad. Split XLA implementation of training...Gravatar Peter Hawkins2017-03-14
* Change the code that builds zero slots in slot_creator.py to use a zeros_init...Gravatar Peter Hawkins2017-03-14
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* Do an aliasing read of a resource variable when fetching.Gravatar Alexandre Passos2017-02-23
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21