aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_graph_dumper.cc
Commit message (Expand)AuthorAge
* [XLA] Use \n rather than <br/> for linebreaks in graphviz tooltips.Gravatar Justin Lebar2018-09-24
* internal change only.Gravatar A. Unique TensorFlower2018-09-12
* Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* internal change only.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Give "big" and "small" params different colors in hlo_graph_dumper.Gravatar Justin Lebar2018-09-05
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [TF:XLA] Create DOT file css information with angle brackets.Gravatar A. Unique TensorFlower2018-08-24
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Remove HostCompute HLO.Gravatar Tong Shen2018-08-21
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* Add a HasLiteral check for in hlo_graph_dumper. This is useful to printGravatar A. Unique TensorFlower2018-08-06
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* Split out HloConstantInstruction and HloTraceInstruction as subclasses from H...Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Inline constants into fusion nodes in graphviz dump.Gravatar Justin Lebar2018-06-11
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* [XLA] Don't de-emphasize copy nodes in graph dumps.Gravatar Justin Lebar2018-06-07
* [XLA] Don't dump subgraphs twice in hlo_graph_dumper.Gravatar Justin Lebar2018-06-04
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Minor HloSharding cleanups.Gravatar Justin Lebar2018-05-29
* [XLA] Don't display metadata inline in HLO graph dump.Gravatar Justin Lebar2018-05-27
* [Hlo Graphviz] Always show metadata as tooltipsGravatar Yunxing Dai2018-05-25
* [XLA] Draw hollow arrowheads for small arrays in dumped HLO graphs.Gravatar Justin Lebar2018-05-23
* Implement additional options to control the string output of HloInstruction a...Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* Fix a bug of literal prints in hlo_graph_dumperGravatar A. Unique TensorFlower2018-05-09
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* Fix crash in HloGraphDumper where it crashes on tuple shaped constantsGravatar A. Unique TensorFlower2018-05-01
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* [XLA] For graphviz graph dumps that are colored by sharding, choose the fill ...Gravatar Peter Hawkins2018-03-01
* [XLA] Don't dump the "contents" of constants with a zero-sized dimension in t...Gravatar Justin Lebar2018-03-01
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Adds HostCompute HLO - a pseudo-op to represent host-side computation.Gravatar A. Unique TensorFlower2018-02-16
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30