aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_compiler.cc
Commit message (Expand)AuthorAge
* Implement DataFormatVecPermute for XLA.Gravatar Adrian Kuegel2018-10-04
* Update BuildComputation function comment.Gravatar Ruoxin Sang2018-09-21
* [GraphCompiler] Remove the use of XLA context as arugmnet.Gravatar Yunxing Dai2018-09-13
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* 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
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [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
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* In HostCompute op, use SendToHost/RecvFromHost instead of Send/Recv.Gravatar Tong Shen2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-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] Fix bug where the wrong value could be returned if always_return_tup...Gravatar Peter Hawkins2018-07-18
* [TF:XLA] Make the error message for unsupported ops more understandable. Retu...Gravatar A. Unique TensorFlower2018-06-29
* [TF:XLA] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* Dedupe incompatible ops message.Gravatar Jacques Pienaar2018-06-28
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [TF2XLA] Don't wrap single-output computations in a tuple and don't resolve c...Gravatar A. Unique TensorFlower2018-06-27
* [XLA] Add operator overloads for arithmetic and bitwise operations on XlaOp.Gravatar Peter Hawkins2018-06-26
* [TF:XLA] Fix the control edges for ops without inputs/outputs passed to Compi...Gravatar A. Unique TensorFlower2018-06-06
* 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] 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] 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] Improve readability of HLO graphs when rendered via Tensorboard.Gravatar Peter Hawkins2018-02-22
* [TF:XLA] Add a hook to allow reshaping of TensorFlow variables when storing t...Gravatar Peter Hawkins2018-02-14
* [TF-XLA] Disable Tensorflow's CSE in xla compilerGravatar Yunxing Dai2018-02-13
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* Automated g4 rollback of changelist 181553949Gravatar A. Unique TensorFlower2018-01-16
* Automated g4 rollback of changelist 181548597Gravatar A. Unique TensorFlower2018-01-10
* Automated g4 rollback of changelist 181260801Gravatar A. Unique TensorFlower2018-01-10
* Automated g4 rollback of changelist 181243048Gravatar A. Unique TensorFlower2018-01-08
* [TF:XLA] Pass CompileOptions into XlaCompilationCache::Compile.Gravatar A. Unique TensorFlower2018-01-08
* [TF:XLA] Move XlaResource into its own file, and refactor it into a better-ab...Gravatar Peter Hawkins2017-12-20
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-12-20
* PiperOrigin-RevId: 179639611Gravatar Raghuraman Krishnamoorthi2017-12-20