aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/shape_inference.cc
Commit message (Expand)AuthorAge
...
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [XLA] An HLO pass that folds BF16 F32 conversions: if an HLO already supports...Gravatar Yuanzhong Xu2018-02-12
* [XLA] Improve error message for bad slices.Gravatar Chris Leary2018-01-26
* Allow backends to specify a custom ShapeVerifier to HloVerifier.Gravatar Brian Patton2018-01-11
* 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] 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
* 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] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* [XLA] More diagnostic information in the reshape shape inference error.Gravatar Chris Leary2017-11-10
* [XLA] Add binary operation name to shape inference error message.Gravatar Chris Leary2017-11-10
* [XLA] Remove dead opcode kIndex.Gravatar Justin Lebar2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA] Remove dead kUpdate opcode.Gravatar Justin Lebar2017-10-25
* [XLA] Add support for convolutions with no spatial dimensionsGravatar David Majnemer2017-10-23
* [XLA] Make pad shape inference error more informative.Gravatar Chris Leary2017-10-15
* [XLA] Add ShiftLeft, ShiftRightArithmetic, and ShiftRightLogical operators.Gravatar Peter Hawkins2017-10-13
* [TF:XLA] Implement BitwiseAnd, BitwiseOr, and Invert operators.Gravatar A. Unique TensorFlower2017-10-12
* Automated g4 rollback of changelist 170358888Gravatar David Majnemer2017-10-12
* [TF:XLA] Rename BINOP_LOGICAL_X to BINOP_XGravatar A. Unique TensorFlower2017-10-10
* [TF:XLA] Rename HloOpcode::kLogicalX to kXGravatar A. Unique TensorFlower2017-10-09
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* Fix a minor issue w/ allreduceGravatar James Qin2017-10-06
* [XLA:CPU] Make EmitTargetAddressForOp return void (well, technically Status).Gravatar Justin Lebar2017-10-06
* [TF2XLA] Update device name in convert and redo check that name parsing is co...Gravatar Jacques Pienaar2017-10-06
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* [XLA] Allow broadcast_dims argument to binary operations to be the identity m...Gravatar Peter Hawkins2017-09-29
* 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
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* Verify the output shapes of (almost) all HLO opcodes in the HloVerifier.Gravatar Mark Heffernan2017-09-14
* [XLA] Make shape inference error messages for the While HLO more readable. Bu...Gravatar Peter Hawkins2017-09-13
* 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
* [XLA] Implement MirrorPad op.Gravatar Chris Leary2017-08-01
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* [BatchNormGrad] Add shape inference support for BatchNormGradGravatar A. Unique TensorFlower2017-07-18
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* [XLA] Check for the correct number of strides in shape inference.Gravatar Peter Hawkins2017-07-05
* 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
* [XLA] Small error message improvement in binop shape inference.Gravatar A. Unique TensorFlower2017-06-22
* Add plumbing for a ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-16
* [XLA] Add a Cos unary operation that computes the elementwise cosineGravatar Petros Mol2017-06-14