aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/BUILD
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* 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] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* 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
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Move dummy AssertOp and CheckNumericsOp to //third_party/tensorflow/compiler/...Gravatar A. Unique TensorFlower2018-04-12
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* [XLA:CPU] Fix tfcompile's use of freeze_graph.pyGravatar Sanjoy Das2018-02-07
* Merge changes from github.Gravatar Michael Case2018-02-07
* [XLA:AOT] Emit a .o file to hold the ProgramShape protobufGravatar Sanjoy Das2018-01-18
* [TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variab...Gravatar A. Unique TensorFlower2017-12-01
* Split out a "graph" library from "core_cpu" to allow finer-grained dependencies.Gravatar Derek Murray2017-12-01
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Add ConvertGraphDefToXla to convert from GraphDef to xla::Computation.Gravatar A. Unique TensorFlower2017-09-15
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* [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
* Make the pruning of the graph in ahead-of-time compilationGravatar A. Unique TensorFlower2017-07-06
* Automated g4 rollback of changelist 161087978Gravatar A. Unique TensorFlower2017-07-06
* Make the pruning of the graph in ahead-of-time compilationGravatar A. Unique TensorFlower2017-07-06
* [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
* [XLA] Remove unused xla_cpu flag and move another to DebugOptions.Gravatar Eli Bendersky2017-06-23
* In tfcompile, prune nodes that are not reachable from the fetches beforeGravatar A. Unique TensorFlower2017-06-22
* [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
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* [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
* Refactor XLA's CompileAheadOfTime out of LocalClient into a new CompileOnlyCl...Gravatar A. Unique TensorFlower2017-05-05
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09