tensorflow::SessionOptions
  • References/Big Data/TensorFlow/TensorFlow C++/SessionOptions

Configuration information for a Session . Member Details Env* tensorflow::SessionOptions::env

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

string tensorflow::SessionOptions::target The TensorFlow runtime to connect to. If 'target' is

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

TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.

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

static bool tensorflow::TensorShapeUtils::IsVector(const TensorShape &shape)

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

virtual uint64 tensorflow::Env::NowSeconds() Returns the number of seconds since some fixed point in time. Only useful for computing

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

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

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

TTypes<T>::ConstMatrix tensorflow::Tensor::matrix() const

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

Status tensorflow::Env::DeleteFile(const string &fname) Deletes the named file.

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

Status tensorflow::EnvWrapper::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol) override

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

bool tensorflow::Tensor::IsSameSize(const Tensor &b) const

2025-01-10 15:47:30