aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/compile.cc
Commit message (Expand)AuthorAge
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* HLO profiling for tfcompile.Gravatar Sanjoy Das2018-04-27
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* [TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variab...Gravatar A. Unique TensorFlower2017-12-01
* Re-land: Dump the computation's SessionModule as part of the tf_compile rule.Gravatar Justin Lebar2017-10-24
* Automated g4 rollback of changelist 172946149Gravatar Sanjoy Das2017-10-23
* Dump the computation's SessionModule as part of the tf_compile rule.Gravatar Justin Lebar2017-10-20
* Add ConvertGraphDefToXla to convert from GraphDef to xla::Computation.Gravatar A. Unique TensorFlower2017-09-15
* Give an error instead of crashing when tfcompile is fed a tensor that is notGravatar A. Unique TensorFlower2017-08-15
* [TF:XLA] Use xla::Shape instead of TensorShape for representing argument/reso...Gravatar Peter Hawkins2017-07-10
* 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
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* In tfcompile, prune nodes that are not reachable from the fetches beforeGravatar A. Unique TensorFlower2017-06-22
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* [TF:XLA] Add function compilation cache.Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Make the function library a constructor-time option to XlaCompiler, ...Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Split options that pertain to an individual call to XlaCompiler::Com...Gravatar Peter Hawkins2017-05-10
* Refactor XLA's CompileAheadOfTime out of LocalClient into a new CompileOnlyCl...Gravatar A. Unique TensorFlower2017-05-05
* Remove explicit FunctionLibraryDefinition from tfcompile_main.ccGravatar Skye Wanderman-Milne2017-04-11
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* [TF:XLA] Refactor XlaOpRegistry, moving metadata about how to compile operato...Gravatar Peter Hawkins2017-02-16
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* [XLA] Add support for multiple computations to CompileAheadOfTime.Gravatar Peter Hawkins2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09