aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/shape_inference.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* Improve error message in transpose shape inference.Gravatar Tayo Oguntebi2018-10-01
* It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* Add support for grouped convolutions to the HloEvaluator.Gravatar Adrian Kuegel2018-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
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Make explicit that negative interior_padding is not allowed.Gravatar Justin Lebar2018-08-28
* [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
* [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] Tighten up shape inference rulesGravatar David Majnemer2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [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
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* Add a feature_group_size parameter to the Convolution HLO op.Gravatar Adrian Kuegel2018-08-16
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* [XLA] Shape inference should verify the shapes of sort keys and sort values m...Gravatar Michael Kuperstein2018-07-17
* Implement lgamma for XLAGravatar A. Unique TensorFlower2018-07-16
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* Performance microtweaks: Pass by reference rather than by value; pre-reserve ...Gravatar A. Unique TensorFlower2018-06-19
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* Cleanup shape_inference.Gravatar A. Unique TensorFlower2018-06-08
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* [XLA] Redesign: implement Tuple and GetTupleElement.Gravatar A. Unique TensorFlower2018-03-27
* [XLA] Redesign: implement and test ternary ops.Gravatar A. Unique TensorFlower2018-03-26
* [XLA] Redesign: implement and test unary and binary ops.Gravatar A. Unique TensorFlower2018-03-26
* [XLA] Add XlaBuilder. This is the first step of implementing the client-servi...Gravatar A. Unique TensorFlower2018-03-14
* Add more debugging output, filtering by int_type in XLA test, more tests.Gravatar Jacques Pienaar2018-03-09
* Fix typo in error messageGravatar Sanjoy Das2018-03-08
* Fix ShapeUtil::CompatibleIgnoringElementType for scalar vs tuple comparisionGravatar A. Unique TensorFlower2018-03-07
* Make shape inference error messages more consistent.Gravatar Eli Bendersky2018-03-02
* Generalize the gather_indices dimension that stores indicesGravatar Sanjoy Das2018-02-26