aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/file_system.h
Commit message (Expand)AuthorAge
* Internal change.Gravatar Eugene Brevdo2018-09-19
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Break FileSystem's dependency on ThreadPool.Gravatar A. Unique TensorFlower2018-03-30
* Move NullFileSystem to its own file.Gravatar A. Unique TensorFlower2018-03-25
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Add a FlushCaches() method to the FileSystem interface, and provide an implem...Gravatar A. Unique TensorFlower2018-01-04
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08
* Add documentation to file_system.h, much of it borrowed from env.h.Gravatar Vijay Vasudevan2017-02-09
* FileSystem directory creation fixes:Gravatar Suharsh Sivakumar2017-01-20
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Moving implementation of RecursivelyCreateDir and DeleteRecursively down to t...Gravatar Rohan Jain2016-09-29
* Overwrite the target file in HDFS Rename operation; it removes the target fil...Gravatar Yuefeng Zhou2016-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
* Clean up warnings in tensorflow/core/platform.Gravatar Derek Murray2016-09-21
* Adding io::CleanPath in path.h to clean up paths. Also made TranslateName cal...Gravatar Rohan Jain2016-09-14
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Adding support for Stat in the FileIO API.Gravatar Rohan Jain2016-08-01
* Adding FileSystem::Stat to the core filesystem API. Implemented versions of i...Gravatar A. Unique TensorFlower2016-07-12
* TensorFlow: minor change functions in Env interface.Gravatar Vijay Vasudevan2016-06-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Added a format for saving an inference graph that can be memmapped and an uti...Gravatar A. Unique TensorFlower2016-04-18
* Remove unused mutex.h from file_system.hGravatar Manjunath Kudlur2016-04-08
* Move the FileSystemRegistry inside Env instead of it being global and sharedGravatar 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