tensorflow::Env::GetRegisteredFileSystemSchemes()

Status tensorflow::Env::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) Returns the file system schemes registered

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

virtual Status tensorflow::Env::LoadLibrary(const char *library_filename, void **handle)=0

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

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

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

Status tensorflow::Env::IsDirectory(const string &fname) Returns whether the given path is a directory or not. Typical return

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

bool tensorflow::Env::FileExists(const string &fname) Returns true iff the named file exists.

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

Status tensorflow::Env::DeleteDir(const string &dirname) Deletes the specified directory.

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

virtual void tensorflow::Env::SchedClosure(std::function< void()> closure)=0

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

virtual tensorflow::Env::~Env()=default

2016-10-14 18:57:03
tensorflow::Env

An interface used by the tensorflow implementation to access operating system functionality like the filesystem etc. Callers may wish to provide

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

virtual void tensorflow::Env::SchedClosureAfter(int64 micros, std::function< void()> closure)=0

2016-10-14 18:57:03