aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/gtl
Commit message (Expand)AuthorAge
* Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
* Alias gtl::optional to absl::optional and remove the old implementation.Gravatar Benjamin Kramer2018-08-31
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Remove ARCH_PIII variant from manual_constructor_test.cc.Gravatar A. Unique TensorFlower2018-07-02
* Add missing FlatSet::insert(Key&&) overload.Gravatar Justin Lebar2018-05-10
* Make FlatSet and FlatMap movable.Gravatar Justin Lebar2018-05-10
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Suppress -Wself-assign in self-assignment tests, which triggers in newer clangGravatar A. Unique TensorFlower2018-04-10
* Suppress -Wself-assign in self-assignment tests, which triggers in newer clan...Gravatar A. Unique TensorFlower2018-04-09
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* [XLA:CPU] Implement Ax+b dot output fusion for Matrix-vector productsGravatar Sanjoy Das2017-12-13
* Remove old pre-C++11 non-portable helper code.Gravatar A. Unique TensorFlower2017-11-27
* Add cc file with definition of tensorflow::gtl::nullopt.Gravatar Justin Lebar2017-10-16
* Align the cached value in FlatMap's iterator.Gravatar A. Unique TensorFlower2017-09-22
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* Remove HashStr and HashStringPiece (a one-off).Gravatar Justin Lebar2017-07-11
* Switch FlatMap and FlatSet to use a non-identity hasher for pointers.Gravatar Justin Lebar2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* 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
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-04-11
* Add tensorflow::gtl::optional.Gravatar Justin Lebar2017-03-09
* Automated rollback of change 148702459Gravatar Gunhan Gulsoy2017-02-28
* Add tensorflow::gtl::optional.Gravatar Justin Lebar2017-02-27
* Workaround FlatMap windows build breakage.Gravatar A. Unique TensorFlower2017-02-16
* Make FlatSet and FlatMap behave more like the std equivalents.Gravatar A. Unique TensorFlower2017-02-16
* Automated rollback of change 147415868Gravatar Martin Wicke2017-02-14
* Make FlatSet and FlatMap behave more like the std equivalents.Gravatar A. Unique TensorFlower2017-02-13
* Improvements to FlatSet.Gravatar A. Unique TensorFlower2017-01-31
* Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, an...Gravatar Jonathan Hseu2017-01-11
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Use gtl::FlatMap and gtl::FlatSet in several places instead ofGravatar A. Unique TensorFlower2016-10-31
* Added new tensorflow::gtl::FlatMap and tensorflow::gtl::FlatSet classes.Gravatar A. Unique TensorFlower2016-10-27
* Rewrite TensorFlow EditDistance implementation to be based on true GTL; fixes...Gravatar Eugene Brevdo2016-10-20
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Clean up warnings and IWYU in tensorflow/core/lib.Gravatar Derek Murray2016-09-21
* Add RAII cleanup utility gtl::MakeCleanup() that calls a function in its dest...Gravatar A. Unique TensorFlower2016-09-12
* Move host_info.h internal, move public functions into cpu_info.hGravatar Vijay Vasudevan2016-08-24