aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/user_computation.cc
Commit message (Expand)AuthorAge
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* Internal change.Gravatar A. Unique TensorFlower2017-07-19
* Internal change.Gravatar A. Unique TensorFlower2017-07-19
* This is 1st of 4 CLs to implement BatchNormGrad. Various support in user comp...Gravatar A. Unique TensorFlower2017-07-13
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* [XLA] Move the flag from user_computation_flags into debug_options_flagsGravatar Eli Bendersky2017-06-28
* 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
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Removed unused shape creation.Gravatar A. Unique TensorFlower2017-06-19
* 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
* We believe a fused version of batch_norm_op can speed the algorithm up. This ...Gravatar A. Unique TensorFlower2017-06-13
* Introduce new class Literal to replace protobuf Literal.Gravatar A. Unique TensorFlower2017-06-01
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* An initial step of eliminating all implicit broadcast at the HLO level.Gravatar A. Unique TensorFlower2017-05-29
* [TF:XLA] Fix stack overflow in the UserComputation ComputationLowerer for dee...Gravatar Peter Hawkins2017-05-22
* [TF:XLA] Set metadata of all added HLO instructions when lowering computations.Gravatar A. Unique TensorFlower2017-05-03
* [TF:XLA] Make IsConstant conservatively consider While loops as non-constant.Gravatar Peter Hawkins2017-04-19
* [XLA] Give Transpose its own Request, rather than piggybacking on ReshapeRequ...Gravatar Peter Hawkins2017-03-15
* [TF:XLA] Add debug metadata to HLO ops.Gravatar Brennan Saeta2017-03-09
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
* [XLA] Add an IsFinite operation that tests elementwise whether values are fin...Gravatar Peter Hawkins2017-02-24
* [XLA] Properly version outfeed and send operations in UserComputation.Gravatar Mark Heffernan2017-02-21
* Addition of Outfeed HLO op.Gravatar Tayo Oguntebi2017-01-27
* Added optional string argument to infeed HLO op.Gravatar A. Unique TensorFlower2017-01-21
* Add control successors to HloInstruction. Add Send/Recv cases for theGravatar HyoukJoong Lee2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09