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

tensorflow::SessionOptions::SessionOptions()

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

tensorflow::Thread::Thread()

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

tensorflow::TensorShapeDim::TensorShapeDim(int64 s)

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

virtual Status tensorflow::WritableFile::Sync()=0

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

void tensorflow::EnvWrapper::SleepForMicroseconds(int64 micros) override Sleeps/delays the thread for the prescribed number of

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

bool tensorflow::TensorShape::operator==(const TensorShape &b) const

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

A Session instance lets a caller drive a TensorFlow graph computation. When a Session is created with a given target, a new Session object is

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

int64 tensorflow::PartialTensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES:

2025-01-10 15:47:30