aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/lib
Commit message (Expand)AuthorAge
* [TF:XLA] Move broadcasting code out of BroadcastTo op into a common helper li...Gravatar Peter Hawkins2018-10-05
* [XLA] Update Tf2Xla bridge to use Scatter HLO.Gravatar A. Unique TensorFlower2018-10-03
* [TF:XLA] Remove special base case from BatchDot that has been redundant ever ...Gravatar Peter Hawkins2018-09-14
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [TF:XLA] Implement full_matrices=False case of QR decompositionGravatar A. Unique TensorFlower2018-08-30
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* [TF:XLA] Use highest precision by default for triangular solve, cholesky deco...Gravatar Peter Hawkins2018-08-24
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* New triangular solve algorithm.Gravatar A. Unique TensorFlower2018-07-24
* [TF:XLA] Rename xla::Diagonal to xla::GetMatrixDiagonal. Fix its handling of ...Gravatar Peter Hawkins2018-07-19
* Runtime improvements to triangular solve.Gravatar A. Unique TensorFlower2018-07-16
* [TF:XLA] Add implementation of block Householder QR decomposition.Gravatar Peter Hawkins2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Don't turn an O(n^2) algorithm into an O(n^3) algorithm in Triangula...Gravatar Peter Hawkins2018-07-03
* [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
* [TF:XLA] Remove StatusOr<> return values from linear algebra functions and th...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] Make NoteError and NoteErrorOrReturn public, rename them to ReportError...Gravatar Peter Hawkins2018-06-25
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* [XLA] Allow APIs that manipulate XlaOps to simply pass XlaOps, rather than re...Gravatar Peter Hawkins2018-06-22
* [TF2XLA] Implement StatelessTruncatedNormalGravatar David Majnemer2018-06-21
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [TF:XLA] Small clean up, removing unused variable in the Cholesky implementat...Gravatar A. Unique TensorFlower2018-06-11
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Change the block size used in the triangular system solve step of the Cholesk...Gravatar A. Unique TensorFlower2018-05-15
* [XLA] Redesign: delete ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-11
* Adding a version of rolled triangular solver code for the right-multiply case...Gravatar A. Unique TensorFlower2018-05-02
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* Disable triangular_solve_test on ASAN due to flaky time outs.Gravatar A. Unique TensorFlower2018-04-26
* Refactoring triangular_solve.cc to use the new common utility functions.Gravatar A. Unique TensorFlower2018-04-23
* Replacing the current inner Cholesky decomposition loop with a While loop rol...Gravatar A. Unique TensorFlower2018-04-16
* Adding several utility functions to TF2XLA to help with the Cholesky refactor...Gravatar A. Unique TensorFlower2018-04-16
* [TF:XLA] No need to set return value in the while loop's condition.Gravatar A. Unique TensorFlower2018-04-05
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [TF:XLA] Select the update value instead of the buffer to support negativeGravatar Blake Hechtman2018-02-19
* [TF:XLA] Work around crash in Gather op on CPU backend by making loop bound a...Gravatar Peter Hawkins2018-02-12
* [TF:XLA] Implement ScatterNd.Gravatar Peter Hawkins2018-02-12
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30
* [TF:XLA] Complete the TriangularSolve implementation.Gravatar A. Unique TensorFlower2018-01-29
* Enable bfloat16 tests and add a filter for currentlyGravatar A. Unique TensorFlower2017-12-14
* [XLA] Move BatchDot unrolling from TF2XLA bridge to AlgebraicSimplifier so th...Gravatar A. Unique TensorFlower2017-12-11
* [TF:XLA] Allow bfloat16 types in more places.Gravatar Peter Hawkins2017-11-30