aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/tfcompile_main.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* 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
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* HLO profiling for tfcompile.Gravatar Sanjoy Das2018-04-27
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* [XLA:AOT] Emit a .o file to hold the ProgramShape protobufGravatar Sanjoy Das2018-01-18
* Add XlaCompiledFunction, a lightweight API for calling XLA computations that areGravatar A. Unique TensorFlower2017-10-02
* Add ConvertGraphDefToXla to convert from GraphDef to xla::Computation.Gravatar A. Unique TensorFlower2017-09-15
* [XLA] Remove the xla_status_add_backtrace flag.Gravatar Eli Bendersky2017-07-24
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* [XLA] Move the flag from buffer_assignment_flags to debug_options_flagsGravatar Eli Bendersky2017-06-29
* [XLA] Move remaining hlo graph dumper flags into debug_options.Gravatar Eli Bendersky2017-06-28
* Use a non-empty default value for the entry point for tfcompile.Gravatar A. Unique TensorFlower2017-06-28
* [XLA] Remove unused xla_cpu flag and move another to DebugOptions.Gravatar Eli Bendersky2017-06-23
* [XLA] Remove unused flags and move debugging flag to debug options.Gravatar Eli Bendersky2017-06-22
* Automated g4 rollback of changelist 159746509Gravatar Eli Bendersky2017-06-21
* [XLA] Remove xla_cpu_*_eigen flags from CPU backends.Gravatar Eli Bendersky2017-06-21
* [XLA] Remove xla_emit_tbaa flagGravatar Eli Bendersky2017-06-20
* [XLA] Remove xla_emit_alias_scope flagGravatar Eli Bendersky2017-06-20
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Start collecting flags for debug options in a single place.Gravatar Eli Bendersky2017-06-07
* Add various XLA flags to tfcompile.Gravatar A. Unique TensorFlower2017-05-24
* Remove explicit FunctionLibraryDefinition from tfcompile_main.ccGravatar Skye Wanderman-Milne2017-04-11
* tfcompile: Be a little more verbose about missing required flags.Gravatar Asim Shankar2017-04-06
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09