tensorflow::Env::GetSymbolFromLibrary()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::NowMicros()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::StartThread()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::RegisterFileSystem()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::GetFileSystemForFile()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::Env()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

tensorflow::Env::Env()

2025-01-10 15:47:30
tensorflow::Env::RenameFile()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::SleepForMicroseconds()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::Stat()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30
tensorflow::Env::GetRegisteredFileSystemSchemes()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

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

2025-01-10 15:47:30