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

tensorflow::Status::Status() Create a success status.

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

bool tensorflow::PartialTensorShapeUtils::AreCompatible(const gtl::ArraySlice< PartialTensorShape > &shapes0, const gtl::ArraySlice< PartialTensorShape

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

void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0

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

void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0

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

size_t tensorflow::ThreadOptions::stack_size Thread stack size to use (in bytes).

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

virtual Status tensorflow::Session::PRun(const string &handle, const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string

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

void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.

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

virtual Status tensorflow::Session::Create(const GraphDef &graph)=0 Create the graph to be used for the session.

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

bool tensorflow::Status::ok() const Returns true iff the status indicates success.

2025-01-10 15:47:30