aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/binary_ops.cc
Commit message (Expand)AuthorAge
* [TF:XLA] Move broadcasting code out of BroadcastTo op into a common helper li...Gravatar Peter Hawkins2018-10-05
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* [tf:xla]Implement DivNoNan.Gravatar A. Unique TensorFlower2018-09-21
* [XLA:TF] Make FloorDiv not crash on unsigned typesGravatar Benjamin Kramer2018-09-14
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-28
* [TF:XLA] Implement BitwiseXor.Gravatar Peter Hawkins2018-06-22
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Fix wrong output of FloorDiv op for DT_HALF values.Gravatar Peter Hawkins2017-12-04
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* [TF:XLA] Implement BitwiseAnd, BitwiseOr, and Invert operators.Gravatar A. Unique TensorFlower2017-10-12
* [TF:XLA] Rename ComputationBuilder::LogicalX to XGravatar A. Unique TensorFlower2017-10-09
* [TF:XLA] Implement SoftSign, SoftSignGrad, ReciprocalGrad, ApproximateEqual, ...Gravatar Peter Hawkins2017-08-31
* [TF:XLA] Implement SqrtGrad.Gravatar Peter Hawkins2017-08-30
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09