aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/BUILD
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Generate "While" node instead of "XlaWhile" node.Gravatar Tong Shen2018-09-12
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar 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
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* Remove tf2xla's str_util in favor of absl.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Combine determining conditional clusters and flow forward.Gravatar Jacques Pienaar2018-08-17
* Introduce and use a BufferInfo class.Gravatar Sanjoy Das2018-08-10
* [XLA:CPU] Migrate aot/runtine.{h,cc} to xla_compiled_cpu_function.{h,cc}Gravatar Sanjoy Das2018-08-03
* [XLA:GPU] Enable TF RNG ops for the GPU backend.Gravatar Bixia Zheng2018-07-26
* [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
* Add tf_enable_prng_ops_gpu flag to allow optionally enabling RandomUniform op...Gravatar Yanan Cao2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add a new client helper library for building constants.Gravatar Peter Hawkins2018-07-02
* [TF:XLA] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* [XLA] Add new helper xla::Iota().Gravatar Peter Hawkins2018-06-29
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* Allow default TF/XLA op registration with specific backend overrides.Gravatar Tony Wang2018-06-19
* [TF:XLA] Validate the control flow structure in encapsulate_subgraphs_pass an...Gravatar A. Unique TensorFlower2018-06-15
* 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
* `PartitionedCallOp`: An op for executing multi-device functions.Gravatar Akshay Agrawal2018-04-24
* [TF:XLA] Start a TensorFlow library that contains direct wrappers for XLA ope...Gravatar Peter Hawkins2018-04-13
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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] Refactor large list of hard-coded compile-time constant arguments to...Gravatar Peter Hawkins2017-12-23
* Remove a few unused constructions and simplfy some codeGravatar A. Unique TensorFlower2017-12-22
* [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
* [TF:XLA] Move ShardingBuilder out of computation_builder.hGravatar A. Unique TensorFlower2017-12-20
* Add the tf2xla_supported_ops tool, which dumps ops supported by tf2xla.Gravatar A. Unique TensorFlower2017-12-05