aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/env.h
Commit message (Expand)AuthorAge
* Add a new GetRunFilesDir function to Env.Gravatar Gunhan Gulsoy2018-10-03
* Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* Permit filesystem registration to be declared outside of namespace declaration.Gravatar A. Unique TensorFlower2018-07-09
* Rollback of GCS change.Gravatar Jonathan Hseu2018-03-22
* Make GetLocalTemporaryDirectories() a virtual method of Env, that is overridenGravatar A. Unique TensorFlower2018-03-22
* Tensorflow/GCS: Check whether we are running under GCE before trying to obtai...Gravatar A. Unique TensorFlower2018-03-21
* 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 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
* 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
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08
* Fix code that ignores tensorflow::Status.Gravatar Justin Lebar2017-03-03
* LogMesssage now includes a timestamp as beginning of a message.Gravatar Viacheslav Kovalevskyi2017-01-20
* Find libdevice files in .runfiles when TEST_SRCDIR is not set.Gravatar Jingyue Wu2016-12-13
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* 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
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* 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
* Added tensorflow::WriteBinaryProto companion helper method to go along withGravatar A. Unique TensorFlower2016-09-26
* Creating a Env::GetMatchingPaths function to match patterns against the FS. U...Gravatar Rohan Jain2016-09-22
* Clean up warnings in tensorflow/core/platform.Gravatar Derek Murray2016-09-21
* Adding a RecursivelyCreateDir function to the base environment. Removing func...Gravatar Rohan Jain2016-09-09
* 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: 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
* Google authentication for GCS file system.Gravatar Alexey Surkov2016-05-19
* 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
* 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
* First step of moving files out of tensorflow/core/public/. HereGravatar Josh Levenberg2016-01-20