aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_runner.h
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Add features to HloRunner for running while leaving buffers on the device and...Gravatar Bjarke Hammersholt Roune2018-05-29
* Add interfaces to Compiler that are sufficient to implement a backend-indepen...Gravatar Bjarke Hammersholt Roune2018-05-22
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Introduced tool to run an HLO module in replicated fashion, by infeeding rand...Gravatar A. Unique TensorFlower2018-04-12
* Remove a layer of templatizationGravatar Sanjoy Das2018-03-08
* Remove HloRunner::ReadModule.Gravatar Mark Heffernan2018-01-29
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* [XLA] Make hlo_test_base support running and comparing an hlo module.Gravatar A. Unique TensorFlower2017-12-07
* Add a Compiler::BuildExecutable interface that compiles the given Hlo module ...Gravatar A. Unique TensorFlower2017-11-17
* Add input format agnostic way to parse HLOs.Gravatar A. Unique TensorFlower2017-11-06
* Make hlo_parser accepts HloModuleConfig. Make hlo_runner able to read a hloGravatar A. Unique TensorFlower2017-11-01
* Make HloRunner methods return StatusOr. Also move templated method definitionGravatar Mark Heffernan2017-10-24
* Pull out a non-test-only class HloRunnerBase from HloTestBase so that it can ...Gravatar A. Unique TensorFlower2017-10-19