aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_creation_utils.cc
Commit message (Expand)AuthorAge
* [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Remove degenerate batch dimensions form batch dotGravatar Sanjoy Das2018-05-11
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Minor cleanups to the gather expander; NFCGravatar Sanjoy Das2018-04-17
* Fix some edge cases around scalar indices in the gather expanderGravatar Sanjoy Das2018-03-19
* Rename CreateXyzHlo utilities to MakeXyzHlo as discussed on cr/188968478; NFCGravatar Sanjoy Das2018-03-15
* Add a GatherExpander pass that can rewrite Gather ops back into HLO soupGravatar Sanjoy Das2018-03-13
* Add some simple HLO creation utilities to auto-infer result shapesGravatar Sanjoy Das2018-03-08