tensorflow::Env::NowMicros()

virtual uint64 tensorflow::Env::NowMicros()=0 Returns the number of micro-seconds since some fixed point in time. Only useful

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

tensorflow::Env::Env()

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

virtual Thread* tensorflow::Env::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) TF_MUST_USE_RESULT=0

2016-10-14 18:57:03
tensorflow::Env::GetFileSystemForFile()

Status tensorflow::Env::GetFileSystemForFile(const string &fname, FileSystem **result) Returns the FileSystem object to handle

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

virtual void tensorflow::Env::SleepForMicroseconds(int64 micros)=0 Sleeps/delays the thread for the prescribed number of micro-seconds

2016-10-14 18:57:03
tensorflow::Env::RegisterFileSystem()

Status tensorflow::Env::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory)

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

Status tensorflow::Env::RenameFile(const string &src, const string &target) Renames file src to target. If target already

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

virtual Status tensorflow::Env::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol)=0

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

Status tensorflow::Env::GetFileSize(const string &fname, uint64 *file_size) Stores the size of fname in *file_size

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

Status tensorflow::Env::Stat(const string &fname, FileStatistics *stat) Obtains statistics for the given path.

2016-10-14 18:57:03