aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/unary_ops.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Move implementations of primitive math functions out of TF/XLA and i...Gravatar Peter Hawkins2018-07-17
* Implement digamma for XLAGravatar A. Unique TensorFlower2018-07-16
* Implement lgamma for XLAGravatar A. Unique TensorFlower2018-07-16
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* [XLA] Add a new client helper library for building constants.Gravatar Peter Hawkins2018-07-02
* [XLA] Make XlaBuilder op construction methods private. Change remaining users...Gravatar Peter Hawkins2018-06-29
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [XLA] Allow APIs that manipulate XlaOps to simply pass XlaOps, rather than re...Gravatar Peter Hawkins2018-06-22
* [TF2XLA] Optimize TruncatedNormalOpGravatar David Majnemer2018-06-19
* Add XLA support for the error function (and complement).Gravatar Russell Power2018-06-15
* [TF:XLA] Make softplus more accurateGravatar David Majnemer2018-05-15
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Tiny fixes.Gravatar Peter Hawkins2018-02-20
* [TF:XLA] Implement Acos, Asin, Atan in terms of Atan2 using half-angle formul...Gravatar Peter Hawkins2018-01-31
* Adds randomized tests for newly introduced complex and related ops.Gravatar A. Unique TensorFlower2017-10-27
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [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] Improve numerical stability of SoftPlus.Gravatar Peter Hawkins2017-10-04
* [TF:XLA] Implement SoftSign, SoftSignGrad, ReciprocalGrad, ApproximateEqual, ...Gravatar Peter Hawkins2017-08-31
* [TF:XLA] Add implementations of Tan, Sinh, Cosh, Asinh, Acosh, Atanh, Expm1.Gravatar Peter Hawkins2017-08-30
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* [TF:XLA] Refactor the sigmoid op as a rescaled tanh.Gravatar A. Unique TensorFlower2017-06-27
* [TF:XLA] Inline the sigmoid operation instead of mapping it elementwise.Gravatar A. Unique TensorFlower2017-06-27
* [XLA] Add a Cos unary operation that computes the elementwise cosineGravatar Petros Mol2017-06-14
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Implement tf.round in the XLA bridge.Gravatar Peter Hawkins2017-03-16
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* [TF:XLA] Add a placeholder implementation of Log1p (via log(1+x), which is no...Gravatar Peter Hawkins2017-02-01
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09