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

Represents an n-dimensional array of values. Member Details tensorflow::Tensor::Tensor()

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
tensorflow::SessionOptions::config
  • References/Big Data/TensorFlow/TensorFlow C++/SessionOptions

ConfigProto tensorflow::SessionOptions::config Configuration options.

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

PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const Add a dimension to the end ("inner-most"), returns

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::Status::State
  • References/Big Data/TensorFlow/TensorFlow C++/Status::State

Member Details tensorflow::error::Code tensorflow::Status::State::code string tenso

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

Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override

2025-01-10 15:47:30