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

Status tensorflow::Env::IsDirectory(const string &fname) Returns whether the given path is a directory or not. Typical return

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

Status tensorflow::Env::NewAppendableFile(const string &fname, std::unique_ptr< WritableFile > *result) Creates an object

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

bool tensorflow::Env::FileExists(const string &fname) Returns true iff the named file exists.

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

virtual void tensorflow::Env::SchedClosure(std::function< void()> closure)=0

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

Status tensorflow::Env::DeleteDir(const string &dirname) Deletes the specified directory.

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

virtual void tensorflow::Env::SchedClosureAfter(int64 micros, std::function< void()> closure)=0

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

virtual tensorflow::Env::~Env()=default

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

An interface used by the tensorflow implementation to access operating system functionality like the filesystem etc. Callers may wish to provide

2025-01-10 15:47:30