aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/util.h
Commit message (Expand)AuthorAge
* 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
* [XLA] xla::ContainersEqual -> absl::c_equalGravatar Benjamin Kramer2018-08-30
* [XLA] xla::ArrayContains -> absl::c_linear_searchGravatar Benjamin Kramer2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* Change c_find and c_adjacent_find to take a ref and not a const refGravatar Sanjoy Das2018-07-10
* Teach the indexed array analysis about dot operationsGravatar Sanjoy Das2018-07-09
* De-flake HloProfileTest.ProfileWhileComputationGravatar Sanjoy Das2018-07-09
* [XLA] Add c_linear_search function to util.h.Gravatar Justin Lebar2018-07-02
* Teach gather-reshape folding to work with degenerate dimsGravatar Sanjoy Das2018-06-16
* Always delete old while loop after LICMGravatar Sanjoy Das2018-05-30
* Add support for unary and binary ops to indexed tensor analysisGravatar Sanjoy Das2018-05-25
* Implement support for reshape in IndexedArrayAnalysisGravatar Sanjoy Das2018-05-23
* Add interfaces to Compiler that are sufficient to implement a backend-indepen...Gravatar Bjarke Hammersholt Roune2018-05-22
* The HLO element type converter must remove side effecting instructions like RngGravatar Sanjoy Das2018-04-19
* Use 32 bit induction variable in gather expanderGravatar Sanjoy Das2018-03-20
* Add a GatherExpander pass that can rewrite Gather ops back into HLO soupGravatar Sanjoy Das2018-03-13
* Add HLO evaluator support for GatherGravatar Sanjoy Das2018-03-06
* [XLA] Fix signatures of c_foo functions and add c_any_of.Gravatar Justin Lebar2018-03-01
* [XLA] Add FindInstruction and FindComputation helpers to HloTestBase.Gravatar Justin Lebar2018-02-21
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* Add new StrCat utility functions for creating failed Status'es.Gravatar Bjarke Hammersholt Roune2018-01-29
* [TF:XLA] Update stale comments to match function names.Gravatar A. Unique TensorFlower2018-01-26
* [XLA] Add source mapping utility translation unit, use it in the local client.Gravatar Chris Leary2018-01-25
* [TF:XLA] Replace most of HloProfilePrinter by a protocol bufferGravatar Sanjoy Das2018-01-24
* [TF:XLA] Add while loop invariant code motionGravatar Sanjoy Das2018-01-08
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* [XLA] Rework ScopedLoggingTimer into macros, and add some tracing to gpu_comp...Gravatar Justin Lebar2017-11-20
* [XLA] Deterministically dump an executable.Gravatar Yunxing Dai2017-10-18
* Support --xla_dump_ir_to for the GPU backendGravatar Sanjoy Das2017-10-02
* [XLA] Add helper method xla::MakeEdgePaddingConfig for creating an xla::Paddi...Gravatar Peter Hawkins2017-09-14
* Improve handling of transcendental operations in the Hlo profile:Gravatar A. Unique TensorFlower2017-08-02
* Add 2d convolution test.Gravatar A. Unique TensorFlower2017-08-02
* [XLA:CPU] Atomically enqueue tuple buffers for outfeed.Gravatar Chris Leary2017-07-31
* Fully qualify namespaces in XLA macros.Gravatar Justin Lebar2017-07-19
* 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
* Fold Pad into ReduceWindow.Gravatar Bjarke Hammersholt Roune2017-05-11
* [TF:XLA] Optimize the LiteralUtil::Convert() API and some refactoringGravatar A. Unique TensorFlower2017-05-10
* [TF:XLA] Fix (u)int64 and tensorflow::protobuf_(u)int64 discrepanciesGravatar A. Unique TensorFlower2017-05-10
* [TF:XLA] Optimize the literal transpose operationGravatar A. Unique TensorFlower2017-05-05
* [TF:XLA] Added handling for concatenation operation constant folding.Gravatar A. Unique TensorFlower2017-04-27
* - Bug fix in ShapeInferenceGravatar Bjarke Hammersholt Roune2017-04-20