aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/codegen.cc
Commit message (Expand)AuthorAge
* [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
* 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] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [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
* Fix OOB check for result_index in header generationGravatar Jongmin Baek2018-06-20
* HLO profiling for tfcompile.Gravatar Sanjoy Das2018-04-27
* [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
* [XLA:CPU] Add Hlo profiling support to XlaJitCompiledCpuFunctionGravatar Sanjoy Das2017-11-30
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add str_util::StringReplace.Gravatar Justin Lebar2017-05-10
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09