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::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::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::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::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::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::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::Env()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

tensorflow::Env::Env()

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

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

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

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

2025-01-10 15:47:30