aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tools/dumped_computation_to_text.cc
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* [XLA] Redesign: delete Client::LoadSnapeshot(SessionModule). This is a precon...Gravatar A. Unique TensorFlower2018-05-17
* [XLA] Fix tools broken by cl/183837856Gravatar Chris Leary2018-01-30
* Add py2tf to contrib_py.Gravatar A. Unique TensorFlower2018-01-30
* [XLA] Fix tools broken by cl/183837856Gravatar Chris Leary2018-01-30
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* [XLA] Make dumped_computation_to_text print the short parsable hlo text.Gravatar A. Unique TensorFlower2017-12-21
* [XLA] Fix build of dumped_computation_to_text after change that removed an ar...Gravatar Justin Lebar2017-10-04
* Renames variable for consistency with flag.Gravatar A. Unique TensorFlower2017-10-04
* [XLA] Fix build of dumped_computation_to_text after change that removed an ar...Gravatar Justin Lebar2017-10-04
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* [XLA:HLO] Change dumped_computation_to_text to dump the raw HLO by default.Gravatar A. Unique TensorFlower2017-04-26
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09