aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Add regression test for b/112550242 related to conditionals and copy insertion.Gravatar Mark Heffernan2018-08-27
* [TF:XLA] Test zero element slice and update documentation.Gravatar A. Unique TensorFlower2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* Reduce the overhead of invoking an OpKernel when tracing is not enabled.Gravatar Derek Murray2018-08-26
* Run AddSpecialCaseCopies in HloRematerialization.Gravatar Mark Heffernan2018-08-24
* [XLA] Use literal hashes in CSE, and make checking same-shaped literals fast.Gravatar Michael Kuperstein2018-08-24
* We don't have the need to reorder parameters.Gravatar Yunxing Dai2018-08-24
* Internal changeGravatar Justin Lebar2018-08-24
* Make compile_options a mandatory const-ref argument.Gravatar Sanjoy Das2018-08-24
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* Use FormatNodeForError when reporting node names in errors.Gravatar Jacques Pienaar2018-08-24
* [XLA] Add a 64-bit comparison testGravatar David Majnemer2018-08-24
* Memory ordering is enforced by streams, we don't need to block TensorFlow's e...Gravatar A. Unique TensorFlower2018-08-24
* [TF:XLA] Use highest precision by default for triangular solve, cholesky deco...Gravatar Peter Hawkins2018-08-24
* Change 2 CHECK in BufferLiveness::live_range_strictly_before to DCHECKGravatar A. Unique TensorFlower2018-08-24
* [XLA:GPU] Schedule a DCE pass after multi-output fusionGravatar Benjamin Kramer2018-08-24
* [XLA:GPU] Allow sibling fusion of elementwise ops into multi-output loop fusi...Gravatar Benjamin Kramer2018-08-24
* [XLA:GPU] Consolidate shape checking for multi-output loop fusion againGravatar Benjamin Kramer2018-08-24
* [TF:XLA] Create DOT file css information with angle brackets.Gravatar A. Unique TensorFlower2018-08-24
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl::Hex instead of tensorflow::strings::Hex.Gravatar Justin Lebar2018-08-23
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* Add missing #include <vector>.Gravatar Sanjoy Das2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Use absl::make_unique in tf2xla.Gravatar Justin Lebar2018-08-23
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* [XLA] Remove uses of tensorflow::str_util::SplitAndParseAsInts.Gravatar Justin Lebar2018-08-23
* [XLA] Centralize BF16Normalization Tuple handlingGravatar Michael Kuperstein2018-08-23
* Remove tf2xla's str_util in favor of absl.Gravatar Justin Lebar2018-08-23
* [XLA] Get rid of some straggling references to tensorflow::str_util.Gravatar Justin Lebar2018-08-23
* [XLA] tensorflow::str_util::Lowercase -> absl::AsciiStrToLower.Gravatar Justin Lebar2018-08-23
* Delete the ParallelCheck op and its kernel.Gravatar Sanjoy Das2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* Clean up Literal comparision mismatch messages.Gravatar Mark Heffernan2018-08-23
* Auto-cluster TensorFlow's resource operations when legal.Gravatar Sanjoy Das2018-08-23
* Do not crash when an empty tuple is passed into hlo_sharding.Gravatar Yunxing Dai2018-08-23
* [TF:XLA] Add TensorFlow operators that wrap most HLO operators.Gravatar Peter Hawkins2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23
* [TF:XLA] Use newly-added pooling library AvgPoolGrad in tf2xlaGravatar A. Unique TensorFlower2018-08-23
* [TF:XLA] Implement BroadcastTo.Gravatar Peter Hawkins2018-08-23
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Tighten up shape inference rulesGravatar David Majnemer2018-08-23
* [TF2XLA] Fix comments in BilinearResize regarding lhs dilation parameter and ...Gravatar Kay Zhu2018-08-23
* [TF:XLA] Make the two functions for computing HLO buffer interference consist...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23