aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/posix/env.cc
Commit message (Expand)AuthorAge
* Add a new GetRunFilesDir function to Env.Gravatar Gunhan Gulsoy2018-10-03
* Make GetLocalTemporaryDirectories() a virtual method of Env, that is overridenGravatar A. Unique TensorFlower2018-03-22
* Specifically add TMP directory for AndroidGravatar Austin Anderson2017-12-19
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-26
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* LogMesssage now includes a timestamp as beginning of a message.Gravatar Viacheslav Kovalevskyi2017-01-20
* Added missing override qualifier for the FormatLibraryFileName methodGravatar Benoit Steiner2016-11-03
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Creating a Env::GetMatchingPaths function to match patterns against the FS. U...Gravatar Rohan Jain2016-09-22
* Change Env::SchedClosureAfter and Env::SleepMicroseconds to take microsGravatar A. Unique TensorFlower2016-07-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* 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
* Extending tensorflow::Env with support for memmapped filesGravatar A. Unique TensorFlower2016-03-16
* Adds implementations of PosixEnv::SchedClosure[After]().Gravatar Derek Murray2016-02-22
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Add non-functional stubs for a closure executor to tensorflow::Env.Gravatar Derek Murray2015-12-22
* 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