aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_module.h
Commit message (Expand)AuthorAge
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* 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
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* [XLA] Switch PostOrder accessors to use std::vector instead of std::list.Gravatar Benjamin Kramer2018-06-15
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Improve documentation on HloModule, HloComputation, and HloInstruction.Gravatar Justin Lebar2018-05-16
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* [XLA] Add new optimization that sinks constants into while loop bodiesGravatar Sanjoy Das2018-05-02
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateMod...Gravatar Nick Desaulniers2018-03-27
* Return ComputationLayout as a reference from the HLO module.Gravatar Mark Heffernan2018-03-05
* [XLA] Remove an unused function with a typo in its name.Gravatar Michael Kuperstein2018-02-27
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* Add instruction count method to HloModule.Gravatar Mark Heffernan2018-01-17
* [XLA] Hlo parser: don't crash if no computation is specified as ENTRY. Also d...Gravatar A. Unique TensorFlower2017-12-18
* [XLA] Express the default options to ToString using an overload, rather than ...Gravatar Justin Lebar2017-12-14
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* Do not return a mutable HloComputation* from a entry_computation() on aGravatar A. Unique TensorFlower2017-11-10
* [XLA] Allow full dumps of constant values via boolean parameter.Gravatar Chris Leary2017-11-01
* When creating an HloModule from an HloProto construct the HloModuleConfigGravatar Mark Heffernan2017-10-27
* Add support for PRED and S64 types to MakeFakeLiteral.Gravatar Mark Heffernan2017-10-25
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Adds an API to attach a device assignment to HLO operators.Gravatar Peter Hawkins2017-09-24
* Merging sibling fusion instruction using multi_output_fusionGravatar A. Unique TensorFlower2017-08-10
* Sped up TuplePointsToAnalysis module by consolidating three hashGravatar Jeffrey A. Dean2017-08-03
* Assign unique ids at the HloModule level to each HloInstruction object.Gravatar Jeffrey A. Dean2017-08-02
* Make HloInstruction names unique with an HloModule.Gravatar A. Unique TensorFlower2017-07-04
* Make HloModule clonableGravatar A. Unique TensorFlower2017-06-22
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [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] Represent fusion instructions as a HloComputationGravatar A. Unique TensorFlower2017-04-17
* [XLA:HLO] Change HloModule to ensure computation names are unique.Gravatar A. Unique TensorFlower2017-04-01
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09