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

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

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

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

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

ConfigProto tensorflow::SessionOptions::config Configuration options.

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

bool tensorflow::PartialTensorShape::IsCompatibleWith(const PartialTensorShape &shape) const Return true iff the ranks match

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

bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT Parse other and construct the

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

Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file

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

int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.

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

string tensorflow::Tensor::SummarizeValue(int64 max_entries) const Render the first max_entries values in *this

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