aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/file_system.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Break FileSystem's dependency on ThreadPool.Gravatar A. Unique TensorFlower2018-03-30
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* 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
* Add a FlushCaches() method to the FileSystem interface, and provide an implem...Gravatar A. Unique TensorFlower2018-01-04
* Handling empty path names by fixing how TranslateName() works. Currently that...Gravatar Rohan Jain2017-09-22
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08
* Fixing a bug in GetMatchingFiles when the top level directory is null. There ...Gravatar Rohan Jain2017-02-28
* FileSystem directory creation fixes:Gravatar Suharsh Sivakumar2017-01-20
* Making sure that we don't call IsDirectory on patterns that don't have any ho...Gravatar Rohan Jain2017-01-06
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Refining the condition for parallel IsDirectory(). Avoiding "defined()" for T...Gravatar A. Unique TensorFlower2016-11-03
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Remove unneeded PLATFORM macro usage.Gravatar Vijay Vasudevan2016-10-31
* Fix ThreadSanitizer warnings on std::vector<bool>.Gravatar A. Unique TensorFlower2016-10-31
* Turning off the parallelized IsDirectory() call on iOS platform, due to probl...Gravatar A. Unique TensorFlower2016-10-31
* Speeding up GetMatchingPaths byGravatar Rohan Jain2016-10-27
* Moving implementation of RecursivelyCreateDir and DeleteRecursively down to t...Gravatar Rohan Jain2016-09-29
* Move Env::GetMatchingPaths implementation to FileSystem instead.Gravatar Rohan Jain2016-09-26
* More efficient implementation of GetMatchingPaths for GCS.Gravatar Alexey Surkov2016-09-26
* Fix Env::RecursivelyCreateDir handling for URIs, fixing it for GCS and HDFS.Gravatar Jonathan Hseu2016-09-23
* Add a ParseURI function and remove the other URI parsing functions.Gravatar Jonathan Hseu2016-09-22
* Fix index out of bounds bug in GetNameFromURI()Gravatar Jonathan Hseu2016-09-16
* Adding io::CleanPath in path.h to clean up paths. Also made TranslateName cal...Gravatar Rohan Jain2016-09-14
* Replace `FileStatistics::mode` with `FileStatistics::is_directory`.Gravatar Derek Murray2016-09-09
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Adding FileSystem::Stat to the core filesystem API. Implemented versions of i...Gravatar A. Unique TensorFlower2016-07-12
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Move the FileSystemRegistry inside Env instead of it being global and sharedGravatar Manjunath Kudlur2016-04-07
* Parse the URI from scheme and allow only [a-zA-Z][0-9a-zA-Z.]*Gravatar Manjunath Kudlur2016-04-07
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-07
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06