virtual Thread* tensorflow::Env::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) TF_MUST_USE_RESULT=0
virtual uint64 tensorflow::Env::NowMicros()=0 Returns the number of micro-seconds since some fixed point in time. Only useful
virtual void tensorflow::Env::SleepForMicroseconds(int64 micros)=0 Sleeps/delays the thread for the prescribed number of micro-seconds
Status tensorflow::Env::GetFileSystemForFile(const string &fname, FileSystem **result) Returns the FileSystem object to handle
tensorflow::Env::Env()
virtual Status tensorflow::Env::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol)=0
Status tensorflow::Env::RenameFile(const string &src, const string &target) Renames file src to target. If target already
Status tensorflow::Env::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory)
Status tensorflow::Env::Stat(const string &fname, FileStatistics *stat) Obtains statistics for the given path.
Status tensorflow::Env::GetFileSize(const string &fname, uint64 *file_size) Stores the size of fname in *file_size
Page 1 of 3