aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform
Commit message (Expand)AuthorAge
* Add a new GetRunFilesDir function to Env.Gravatar Gunhan Gulsoy2018-10-03
* Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
* Make GCS filesystem/metadata lookup retries configurableGravatar Russell Power2018-10-01
* Remove AWS, GCP, Kafka and HDFS options from configure. Make them default onGravatar Gunhan Gulsoy2018-09-27
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* Internal change.Gravatar Eugene Brevdo2018-09-19
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* Internal change.Gravatar Eugene Brevdo2018-09-12
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Add `TraceCollector::IsEnabled(bool)` method in order to test when tracing is...Gravatar Derek Murray2018-09-05
* Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* 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
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fully enabled absl and removed TENSORFLOW_USE_ABSL define (as absl is now alw...Gravatar A. Unique TensorFlower2018-08-21
* Merge pull request #21640 from Intel-tensorflow:build-fixGravatar TensorFlower Gardener2018-08-20
|\
* | Separated protobuf_compiler into a separate BUILD rule.Gravatar A. Unique TensorFlower2018-08-15
| * Fix a build issueGravatar Mahmoud Abuzaina2018-08-15
|/
* Apply MKL-{ML,DNN}-only config settings to dependencies, not just code.Gravatar A. Unique TensorFlower2018-08-14
* Merge pull request #20536 from rongjiecomputer:flagGravatar TensorFlower Gardener2018-08-13
|\
* | Make allowed bucket locations case insensitive.Gravatar Michael Banfield2018-08-09
* | Merge pull request #20077 from yongtang:06152018-s3-errorsGravatar TensorFlower Gardener2018-08-09
|\ \
* | | Add missing annotation to mutex_lock's move constructor.Gravatar Justin Lebar2018-08-06
* | | Add a optional bucket location check to the GCS Filesystem.Gravatar Michael Banfield2018-08-02
* | | Merge pull request #21063 from yongtang:07222018-s3_cryptoGravatar TensorFlower Gardener2018-08-01
|\ \ \
* \ \ \ Merge pull request #20034 from surry:masterGravatar TensorFlower Gardener2018-08-01
|\ \ \ \
* | | | | Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* | | | | Revert changes to logging, since it breaks a few internal tests.Gravatar Shashi Shekhar2018-07-31
* | | | | Fix Android compilation forGravatar Shashi Shekhar2018-07-31
* | | | | Merge pull request #20686 from rongjiecomputer:profileGravatar TensorFlower Gardener2018-07-31
|\ \ \ \ \
* | | | | | Add ZoneProvider interface and GoogleZoneProvider class to detect which Googl...Gravatar Michael Banfield2018-07-31
* | | | | | Adding `NowNanos()` to `tensorflow::Env`.Gravatar Jiri Simsa2018-07-31
* | | | | | Add a new kernels option to bazel rules to enable adding dynamic kernel depen...Gravatar Gunhan Gulsoy2018-07-29
* | | | | | Improve restore performance for large checkpoints.Gravatar Russell Power2018-07-27
| | | * | | Remove unneeded s3_crypto[.cc,.h] filesGravatar Yong Tang2018-07-23
| |_|/ / / |/| | | |
* | | | | Modify AllocatorRegistry to be an AllocatorFactoryRegistryGravatar A. Unique TensorFlower2018-07-20
| | | | * Remove all references of windows_msvc config_settingGravatar Loo Rong Jie2018-07-12
| |_|_|/ |/| | |
* | | | Split out lib/png into a separate library from the rest of TensorFlow to avoidGravatar A. Unique TensorFlower2018-07-11
| * | | Implement GetCurrentClockCycle and GetCycleCounterFrequencyImpl for WindowsGravatar Loo Rong Jie2018-07-11
|/ / /
* | | Begin introducing NUMA support for CPU threads and memoryGravatar A. Unique TensorFlower2018-07-10
* | | [SE] Re-enable acquiring real cpu frequencyGravatar A. Unique TensorFlower2018-07-10
* | | Permit filesystem registration to be declared outside of namespace declaration.Gravatar A. Unique TensorFlower2018-07-09
* | | Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06