aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_compiler_test.cc
Commit message (Expand)AuthorAge
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* 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
* We don't have the need to reorder parameters.Gravatar Yunxing Dai2018-08-24
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* [TF:XLA] Implement Identity for DT_RESOURCE types.Gravatar Peter Hawkins2018-08-20
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* [TF:XLA] Fix bug where the wrong value could be returned if always_return_tup...Gravatar Peter Hawkins2018-07-18
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Make the error message for unsupported ops more understandable. Retu...Gravatar A. Unique TensorFlower2018-06-29
* [TF:XLA] Fix the control edges for ops without inputs/outputs passed to Compi...Gravatar A. Unique TensorFlower2018-06-06
* Automated g4 rollback of changelist 198444757Gravatar A. Unique TensorFlower2018-05-30
* Automated g4 rollback of changelist 198421828Gravatar A. Unique TensorFlower2018-05-29
* [TF/XLA] Add validation to find ops incompatible with the given device type a...Gravatar A. Unique TensorFlower2018-05-29
* [TF:XLA] Make noinline function work with control flow.Gravatar A. Unique TensorFlower2018-05-16
* 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] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-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
* [TF:XLA] Include a summary of the TF operator when TF -> XLA compilation fails.Gravatar Peter Hawkins2018-01-19
* Use a serialized graph compiler to generate xla graph.Gravatar Yunxing Dai2017-10-12
* [TFXLA] Don't discard status unless it is NotFound.Gravatar Jacques Pienaar2017-10-08
* Automated g4 rollback of changelist 171303938Gravatar A. Unique TensorFlower2017-10-06
* Use a serialized graph compiler to generate xla graph.Gravatar Yunxing Dai2017-10-06
* [TF:XLA] Simplify XlaCompiler API. Unconditionally builds an XLA computation,...Gravatar Peter Hawkins2017-09-20
* [TF:XLA] Add support for reading and writing TensorArray gradients in a while...Gravatar Peter Hawkins2017-09-19
* [TF:XLA] Always return a tuple-shaped result when converting a TensorFlow gra...Gravatar Peter Hawkins2017-09-19
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Permit multiple REGISTER_XLA_OP calls for the same Op, as long as they regist...Gravatar A. Unique TensorFlower2017-08-11
* [TF:XLA] Use xla::Shape instead of TensorShape for representing argument/reso...Gravatar Peter Hawkins2017-07-10
* [TF:XLA] Change XlaCompiler's resolve_compile_time_constants option to a per-...Gravatar Peter Hawkins2017-06-29
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [TF:XLA] Add function compilation cache.Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Make the function library a constructor-time option to XlaCompiler, ...Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Split options that pertain to an individual call to XlaCompiler::Com...Gravatar Peter Hawkins2017-05-10
* Add support for creating objects inside the resource manager of an XLA compil...Gravatar A. Unique TensorFlower2017-04-03
* [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] Refactor XlaOpRegistry, moving metadata about how to compile operato...Gravatar Peter Hawkins2017-02-16
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* [TF:XLA] Add an option to disable special handling of compile-time constants,...Gravatar Peter Hawkins2017-01-27
* [TF:XLA] Add support for compiling computations with no return values.Gravatar Peter Hawkins2017-01-19