aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/indexed_array_analysis.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* 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 kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] xla::ArrayContains -> absl::c_linear_searchGravatar Benjamin Kramer2018-08-30
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* 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
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* Merge pull request #20497 from rongjiecomputer:accumulateGravatar TensorFlower Gardener2018-08-08
|\
* | 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
| * Fix int64 to int truncation in std::accumulateGravatar Loo Rong Jie2018-07-03
|/
* Teach gather-reshape folding to work with degenerate dimsGravatar Sanjoy Das2018-06-16
* Fix an incorrect precondition check in IndexedArrayAnalysisGravatar Sanjoy Das2018-05-28
* Pass HloOpcode instead of HloInstruction; NFCGravatar Sanjoy Das2018-05-28
* Make IndexedArrayAnalysis behave well around StatusOrGravatar Sanjoy Das2018-05-28
* 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
* Introduce an "indexed array" analysisGravatar Sanjoy Das2018-05-17