aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_compiler.h
Commit message (Expand)AuthorAge
* Add XLA token input/output to XlaIf and XlaWhile when necessary.Gravatar Tong Shen2018-09-07
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* 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
* In HostCompute op, use SendToHost/RecvFromHost instead of Send/Recv.Gravatar Tong Shen2018-08-21
* Pass the device ordinal to use for execution to the XLA compiler forGravatar A. Unique TensorFlower2018-07-31
* 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
* [TF2XLA] Don't wrap single-output computations in a tuple and don't resolve c...Gravatar A. Unique TensorFlower2018-06-27
* [TF:XLA] Update comment on xla_compiler.h to match the code.Gravatar Peter Hawkins2018-06-15
* Mark XLAShapeForArgument as const.Gravatar Jacques Pienaar2018-05-31
* 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] Remove underscore prefix from XlaLaunch operator.Gravatar Peter Hawkins2018-05-18
* 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
* Track dependencies between outside_compilation clusters so that control edges...Gravatar A. Unique TensorFlower2018-04-20
* Normally tf2xla (autoclustering, jit_scope and rewrite) rely on graph optimiz...Gravatar A. Unique TensorFlower2018-03-17
* Add initial host transfer ops for XLA support for computation on the host dur...Gravatar A. Unique TensorFlower2018-03-15
* Add metadata for gathering information about host compute transfers while com...Gravatar A. Unique TensorFlower2018-03-06
* [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
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* Automated g4 rollback of changelist 181553949Gravatar A. Unique TensorFlower2018-01-16
* [TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variab...Gravatar A. Unique TensorFlower2017-12-01
* [TF:XLA] Clean up unused XLA options and functions.Gravatar A. Unique TensorFlower2017-11-10
* Add compiler/tf2xla/sharding_util.h with utilities for getting the core devic...Gravatar A. Unique TensorFlower2017-10-31
* 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
* [TF:XLA] Simplify XlaCompiler API by moving XlaCompiler::BuildExecutable() in...Gravatar Peter Hawkins2017-09-18
* [TF:XLA] Cleanups to handling of arguments during XLA compilation:Gravatar Peter Hawkins2017-09-12
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* [TF:XLA] Remove useless lock in XlaCompiler.Gravatar Peter Hawkins2017-08-02
* [TF:XLA] Use a separate function library for functions generated by control f...Gravatar Peter Hawkins2017-07-19
* [TF:XLA] Add initial implementation of the Stack operators to the TF/XLA brid...Gravatar Peter Hawkins2017-07-12
* [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
* [TF:XLA] Refactor handling of Resources (Variables and TensorArrays) in the X...Gravatar Peter Hawkins2017-06-16
* [TF:XLA] Add infrastructure in preparation for supporting tf.while_loop() in ...Gravatar Peter Hawkins2017-06-15
* [TF:XLA] Initial implementation of TensorArray ops.Gravatar Peter Hawkins2017-06-07