aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/client/xla_client/xla_builder.cc
Commit message (Expand)AuthorAge
* [XLA] The first step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [XLA] Enable the semantic for cross-modeul AllReduce.Gravatar A. Unique TensorFlower2018-07-15
* [XLA] Generalize sort semantics to Rk.Gravatar Michael Kuperstein2018-07-10
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* Adding dimensions to brodcasts in computationBuilderGravatar A. Unique TensorFlower2018-06-29
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* [XLA] Make XlaBuilder op construction methods private. Change remaining users...Gravatar Peter Hawkins2018-06-29
* [XLA] Fix incorrect definition of xla::Complex.Gravatar Peter Hawkins2018-06-27
* [XLA] Add free functions in the xla:: namespace that mirror XlaBuilder method...Gravatar Peter Hawkins2018-06-26
* Automated g4 rollback of changelist 201765455Gravatar Blake Hechtman2018-06-26
* [XLA] Add operator overloads for arithmetic and bitwise operations on XlaOp.Gravatar Peter Hawkins2018-06-26
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* [XLA] Make NoteError and NoteErrorOrReturn public, rename them to ReportError...Gravatar Peter Hawkins2018-06-25
* Automated g4 rollback of changelist 201765455Gravatar A. Unique TensorFlower2018-06-22
* [XLA] Disallow implicit scalar broadcast.Gravatar Blake Hechtman2018-06-22
* [XLA] Allow APIs that manipulate XlaOps to simply pass XlaOps, rather than re...Gravatar Peter Hawkins2018-06-22
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* [XLA] Update the error message for AllReduce.Gravatar A. Unique TensorFlower2018-06-13
* Support subgroup CrossReplicaSumGravatar HyoukJoong Lee2018-06-12
* [XLA] Make CrossReplicaSum support general cross replica reduce. Also change ...Gravatar A. Unique TensorFlower2018-06-05
* [XLA] Remove XlaOp::GetShape. It only works when the buidler of the XlaOp is ...Gravatar A. Unique TensorFlower2018-05-16
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* [XLA] Redesign: implement ComputeHost.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesgin: implement and test Gather, Conditional.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implment and test CrossReplicaSum.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test BatchNormXXX.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement Conj.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement SliceInDim.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement ReduceAll.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test SelectAndScatter.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test ReduceWindow.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test Conv.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test Rev, BitcastConvertType, Map, and ReducePr...Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test custom call.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement XlaBuilder::IsConstant, XlaBuidler::BuildConstantSu...Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement fft.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement infeed and outfeed.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement Collapse and migrate reshape_test.Gravatar A. Unique TensorFlower2018-04-06
* [XLA] Redesign: implement and test Pad.Gravatar A. Unique TensorFlower2018-04-06
* [XLA] Redesign: implement and test Send, Recv.Gravatar A. Unique TensorFlower2018-04-03