tensorflow::Env::NewWritableFile()

Status tensorflow::Env::NewWritableFile(const string &fname, std::unique_ptr< WritableFile > *result) Creates an object

2016-10-14 18:57:02
tensorflow::Env::DeleteFile()

Status tensorflow::Env::DeleteFile(const string &fname) Deletes the named file.

2016-10-14 18:57:00
tensorflow::Env::NowSeconds()

virtual uint64 tensorflow::Env::NowSeconds() Returns the number of seconds since some fixed point in time. Only useful for computing

2016-10-14 18:57:02
tensorflow::Env::NewRandomAccessFile()

Status tensorflow::Env::NewRandomAccessFile(const string &fname, std::unique_ptr< RandomAccessFile > *result) Creates

2016-10-14 18:57:01
tensorflow::Env::Default()

static Env* tensorflow::Env::Default() Returns a default environment suitable for the current operating system.

2016-10-14 18:57:00
tensorflow::Env::DeleteRecursively()

Status tensorflow::Env::DeleteRecursively(const string &dirname, int64 *undeleted_files, int64 *undeleted_dirs) Deletes the

2016-10-14 18:57:00
tensorflow::Env::GetChildren()

Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result) Stores in *result the names of

2016-10-14 18:57:00
tensorflow::Env::CreateDir()

Status tensorflow::Env::CreateDir(const string &dirname) Creates the specified directory.

2016-10-14 18:56:59
tensorflow::Env::NewReadOnlyMemoryRegionFromFile()

Status tensorflow::Env::NewReadOnlyMemoryRegionFromFile(const string &fname, std::unique_ptr< ReadOnlyMemoryRegion > *result) Creates

2016-10-14 18:57:02