aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/unary_ops.cc
Commit message (Expand)AuthorAge
* [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