Status tensorflow::Env::Stat(const string &fname, FileStatistics *stat) Obtains statistics for the given path.
virtual Status tensorflow::Env::LoadLibrary(const char *library_filename, void **handle)=0
Status tensorflow::Env::NewAppendableFile(const string &fname, std::unique_ptr< WritableFile > *result) Creates an object
Status tensorflow::Env::IsDirectory(const string &fname) Returns whether the given path is a directory or not. Typical return
bool tensorflow::Env::FileExists(const string &fname) Returns true iff the named file exists.
virtual void tensorflow::Env::SchedClosure(std::function< void()> closure)=0
Status tensorflow::Env::DeleteDir(const string &dirname) Deletes the specified directory.
virtual tensorflow::Env::~Env()=default
An interface used by the tensorflow implementation to access operating system functionality like the filesystem etc. Callers may wish to provide
virtual void tensorflow::Env::SchedClosureAfter(int64 micros, std::function< void()> closure)=0
Page 2 of 3