aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/env_test.cc
Commit message (Expand)AuthorAge
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Improve restore performance for large checkpoints.Gravatar Russell Power2018-07-27
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Move NullFileSystem to its own file.Gravatar A. Unique TensorFlower2018-03-25
* 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
* Ensure using "path" as a URI will keep working.Gravatar A. Unique TensorFlower2017-09-06
* 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 unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Make SleepForMicroseconds test less flakyGravatar Justine Tunney2017-04-13
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Find libdevice files in .runfiles when TEST_SRCDIR is not set.Gravatar Jingyue Wu2016-12-13
* Add tests for expected OUT_OF_RANGE semantics in the default filesystem.Gravatar Jonathan Hseu2016-11-28
* 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
* Increase tolerance in test for SleepMicroseconds.Gravatar A. Unique TensorFlower2016-10-28
* Speeding up GetMatchingPaths byGravatar Rohan Jain2016-10-27
* 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
* 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
* Replace `FileStatistics::mode` with `FileStatistics::is_directory`.Gravatar Derek Murray2016-09-09
* Making sure that dotfiles are also returned while doing a Match.Gravatar Rohan Jain2016-09-08
* Give some tolerance in the test for SleepForMicroseconds.Gravatar A. Unique TensorFlower2016-08-04
* 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
* Change Env::SchedClosureAfter and Env::SleepMicroseconds to take microsGravatar A. Unique TensorFlower2016-07-06
* TensorFlow: minor change functions in Env interface.Gravatar Vijay Vasudevan2016-06-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* 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
* Fixing a test for posix environment for memmapped regionsGravatar A. Unique TensorFlower2016-03-16
* Extending tensorflow::Env with support for memmapped filesGravatar A. Unique TensorFlower2016-03-16
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* 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: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06