aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/env.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* move wide string manipulations out of windows_file_systemGravatar A. Unique TensorFlower2018-05-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Nicer error messages when missing filesystem.Gravatar Brennan Saeta2018-01-17
* Add a FlushFileSystemCaches method to Env, for flushing caches of all registe...Gravatar A. Unique TensorFlower2018-01-05
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-26
* Automated g4 rollback of changelist 163128673Gravatar Yuefeng Zhou2017-07-25
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-25
* 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
* Find libdevice files in .runfiles when TEST_SRCDIR is not set.Gravatar Jingyue Wu2016-12-13
* Add a WriteTextProto method that is analogous to WriteBinaryProto but for tex...Gravatar Peter Hawkins2016-11-08
* 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
* Internal only changeGravatar A. Unique TensorFlower2016-10-11
* Moving implementation of RecursivelyCreateDir and DeleteRecursively down to t...Gravatar Rohan Jain2016-09-29
* Add ReadTextProto function in env.h, similar to ReadBinaryProto, but forGravatar A. Unique TensorFlower2016-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
* Added tensorflow::WriteBinaryProto companion helper method to go along withGravatar A. Unique TensorFlower2016-09-26
* Fix file_io.get_matching_files() for GcsFileSystem.Gravatar Alexey Surkov2016-09-23
* Fix Env::RecursivelyCreateDir handling for URIs, fixing it for GCS and HDFS.Gravatar Jonathan Hseu2016-09-23
* Creating a Env::GetMatchingPaths function to match patterns against the FS. U...Gravatar Rohan Jain2016-09-22
* Add a ParseURI function and remove the other URI parsing functions.Gravatar Jonathan Hseu2016-09-22
* Adding io::CleanPath in path.h to clean up paths. Also made TranslateName cal...Gravatar Rohan Jain2016-09-14
* Fixes the issue when RecursivelyCreateDir hangs when the input is the empty s...Gravatar Rohan Jain2016-09-13
* Adding a RecursivelyCreateDir function to the base environment. Removing func...Gravatar Rohan Jain2016-09-09
* Fix prototype mismatch of ByteCount in env.ccGravatar A. Unique TensorFlower2016-08-08
* Adding a DeleteRecursive method to the C++ Filesystem API. Also adding a pyth...Gravatar Rohan Jain2016-07-18
* Adding FileSystem::Stat to the core filesystem API. Implemented versions of i...Gravatar A. Unique TensorFlower2016-07-12
* TensorFlow: Remove old Env:: APIs that don't pass unique_ptr.Gravatar Vijay Vasudevan2016-06-21
* 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
* Clarification of object ownership in ::tensorflow::EnvGravatar A. Unique TensorFlower2016-04-11
* 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
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06