aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/shape_inference_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* 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
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [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
* [XLA] Split out HloGatherInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-07-12
* 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
* Make shape inference error messages more consistent.Gravatar Eli Bendersky2018-03-02
* Generalize the gather_indices dimension that stores indicesGravatar Sanjoy Das2018-02-26
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [XLA] Improve error message for bad slices.Gravatar Chris Leary2018-01-26
* [XLA] Move BatchDot unrolling from TF2XLA bridge to AlgebraicSimplifier so th...Gravatar A. Unique TensorFlower2017-12-11
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* Automated g4 rollback of changelist 170358888Gravatar David Majnemer2017-10-12
* Automated g4 rollback of changelist 170130811Gravatar David Majnemer2017-09-28
* [XLA] Split input and output in ConvolutionDimensionNumbersGravatar David Majnemer2017-09-26
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Simplified XLA tests by using gmock matchers.Gravatar A. Unique TensorFlower2017-04-12
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* [XLA:HLO] Minor fix for Clamp shape inference, and add some tests.Gravatar A. Unique TensorFlower2017-03-31
* [XLA] Use `ShapeUtil::PermuteDimensions` in `ShapeInference::InferTransposeSh...Gravatar A. Unique TensorFlower2017-01-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09