aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/shape_inference.h
Commit message (Expand)AuthorAge
* [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
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* 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
* [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
* 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
* [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
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* Add TODOs.Gravatar Bjarke Hammersholt Roune2018-02-16
* Automated g4 rollback of changelist 180000981Gravatar A. Unique TensorFlower2018-01-02
* Automated g4 rollback of changelist 179983419Gravatar A. Unique TensorFlower2017-12-23
* Adds FFT for XLA: CPU via Eigen, GPU via cuFFT.Gravatar A. Unique TensorFlower2017-12-22
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* Allow CrossReplicaSum to take multiple operands internally.Gravatar Bjarke Hammersholt Roune2017-12-05
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* Verify the output shapes of (almost) all HLO opcodes in the HloVerifier.Gravatar Mark Heffernan2017-09-14
* Verify the output shape of HLO instructions in the HloVerifier. This change a...Gravatar Mark Heffernan2017-08-28
* Implement Batchnorm Inference by expanding them into smaller ops.Gravatar A. Unique TensorFlower2017-08-17
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* 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
* Add plumbing for a ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-16
* We believe a fused version of batch_norm_op can speed the algorithm up. This ...Gravatar A. Unique TensorFlower2017-06-13
* [XLA:HLO] Minor fix for Clamp shape inference, and add some tests.Gravatar A. Unique TensorFlower2017-03-31
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09